MetafileRecorderGraphics2D.IntersectClip
IntersectClip(RectangleF)
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.
public void IntersectClip(RectangleF rect)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | Rectangle structure to intersect with the current clip region. |
See Also
- struct RectangleF
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging
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 MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging