Updates the clip region of this GdiGraphics by excluding given rectangular area.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub ExcludeClip ( _ clipRectangle As RectangleF _ )
public void ExcludeClip( RectangleF clipRectangle )
Type: System.Drawing.RectangleF
RectangleF structure which specifies the rectangular area to exclude from the clip region.All the coordinates are measured in units specified with Unit property.