This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.ExcludeClip Method (RectangleF)

Updates the clip region of this GdiGraphics by excluding given rectangular area.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub ExcludeClip ( _
	clipRectangle As RectangleF _
)
C#
public void ExcludeClip(
	RectangleF clipRectangle
)

Parameters

clipRectangle

Type: System.Drawing.RectangleF

RectangleF structure which specifies the rectangular area to exclude from the clip region.

Remarks

All the coordinates are measured in units specified with Unit property.

See Also

Reference