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 Rectangle _
)
public void ExcludeClip(
Rectangle clipRectangle
)
Type: System.Drawing.Rectangle
Rectangle structure which specifies the rectangular area to exclude from the clip region.All the coordinates are measured in units specified with Unit property.