Region.Intersect
Contents
[
Hide
]Intersect(RectangleF)
Updates this Region to the intersection of itself with the specified RectangleF structure.
public void Intersect(RectangleF rect)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | The RectangleF structure to intersect with this Region. |
See Also
- struct RectangleF
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Intersect(Rectangle)
Updates this Region to the intersection of itself with the specified Rectangle structure.
public void Intersect(Rectangle rect)
Parameter | Type | Description |
---|---|---|
rect | Rectangle | The Rectangle structure to intersect with this Region. |
See Also
- struct Rectangle
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Intersect(GraphicsPath)
Updates this Region to the intersection of itself with the specified GraphicsPath.
public void Intersect(GraphicsPath path)
Parameter | Type | Description |
---|---|---|
path | GraphicsPath | The GraphicsPath to intersect with this Region. |
See Also
- class GraphicsPath
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Intersect(Region)
Updates this Region to the intersection of itself with the specified Region.
public void Intersect(Region region)
Parameter | Type | Description |
---|---|---|
region | Region | The Region to intersect with this Region. |
See Also
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing