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

GdiGraphics.ExcludeClip Method (Region)

Updates the clip region of this GdiGraphics by excluding given Region.

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

Syntax

Visual Basic
Public Sub ExcludeClip ( _
	clipRegion As Region _
)
C#
public void ExcludeClip(
	Region clipRegion
)

Parameters

clipRegion

Type: System.Drawing.Region

Region structure which specifies the area to exclude from the clip region.

Remarks

Note

Unlike most methods of GdiGraphics, the coordinates of the Region are measured in pixels (not in in units specified with Unit property).

See Also

Reference