Graphics.IntersectClip Method (Region)

Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region structure.

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

Syntax

C#
public void IntersectClip(
	Region clipRegion
)

Parameters

clipRegion

Type: System.Drawing.Region

A Region to intersect with the current clip region.

See Also

Reference