Region.Exclude
Contents
[
Hide
]Exclude(RectangleF)
Updates this Region to contain only the portion of its interior that does not intersect with the specified RectangleF structure.
public void Exclude(RectangleF rect)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | The RectangleF structure to exclude from this Region. |
See Also
- struct RectangleF
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Exclude(Rectangle)
Updates this Region to contain only the portion of its interior that does not intersect with the specified Rectangle structure.
public void Exclude(Rectangle rect)
Parameter | Type | Description |
---|---|---|
rect | Rectangle | The Rectangle structure to exclude from this Region. |
See Also
- struct Rectangle
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Exclude(GraphicsPath)
Updates this Region to contain only the portion of its interior that does not intersect with the specified GraphicsPath.
public void Exclude(GraphicsPath path)
Parameter | Type | Description |
---|---|---|
path | GraphicsPath | The GraphicsPath to exclude from this Region. |
See Also
- class GraphicsPath
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Exclude(Region)
Updates this Region to contain only the portion of its interior that does not intersect with the specified Region.
public void Exclude(Region region)
Parameter | Type | Description |
---|---|---|
region | Region | The Region to exclude from this Region. |
See Also
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing