Graphics.ExcludeClip Method (Region)

Updates the clip region of this Graphics to exclude the area specified by a Region.

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

Syntax

C#
public void ExcludeClip(
	Region clipRegion
)

Parameters

clipRegion

Type: System.Drawing.Region

A Region that specifies the region to exclude from the clip region.

See Also

Reference