Updates the clip region of this GdiGraphics by intersecting it with given Region.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub IntersectClip ( _ clipRegion As Region _ )
public void IntersectClip( Region clipRegion )
Type: System.Drawing.Region
Region structure which specifies the rectangular area to intersect with the clip region.Unlike most methods of GdiGraphics, the coordinates of the Region are measured in pixels (not in in units specified with Unit property).