Graphics.ExcludeClip
ExcludeClip(Region)
Updates the clip region of this Graphics to exclude the area specified by a Region.
public void ExcludeClip(Region region)
| Parameter | Type | Description |
|---|---|---|
| region | Region | Region that specifies the region to exclude from the clip region. |
See Also
- class Region
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
ExcludeClip(Rectangle)
Updates the clip region of this Graphics to exclude the area specified by a Rectangle
public void ExcludeClip(Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| rect | Rectangle | Rectangle that specifies the rectangle to exclude from the clip region. |
See Also
- struct Rectangle
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing