Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region structure.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void IntersectClip(
Region clipRegion
)
Type: System.Drawing.Region
A Region to intersect with the current clip region.