Graphics.IntersectClip
Contents
[
Hide
]IntersectClip(Region)
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region.
public void IntersectClip(Region region)
Parameter | Type | Description |
---|---|---|
region | Region | Region to intersect with the current region. |
See Also
- class Region
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
IntersectClip(Rectangle)
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.
public void IntersectClip(Rectangle rect)
Parameter | Type | Description |
---|---|---|
rect | Rectangle | Rectangle structure to intersect with the current clip region. |
See Also
- struct Rectangle
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
IntersectClip(RectangleF)
Updates the clip region of this Graphics to the intersection of the current clip region and the specified RectangleF structure.
public void IntersectClip(RectangleF rect)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | RectangleF structure to intersect with the current clip region. |
See Also
- struct RectangleF
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing