MetafileRecorderGraphics2D.ExcludeClip
ExcludeClip(Rectangle)
Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure.
public void ExcludeClip(Rectangle rect)
Parameter | Type | Description |
---|---|---|
rect | Rectangle | Rectangle structure that specifies the rectangle to exclude from the clip region. |
See Also
- struct Rectangle
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging
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 MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging