Updates the clip region of this GdiGraphics by excluding given Region.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub ExcludeClip ( _ clipRegion As Region _ )
public void ExcludeClip( Region clipRegion )
Type: System.Drawing.Region
Region structure which specifies the area to exclude from 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).