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

GdiGraphics.IntersectClip Method (Region)

Updates the clip region of this GdiGraphics by intersecting it with given Region.

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

Syntax

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

Parameters

clipRegion

Type: System.Drawing.Region

Region structure which specifies the rectangular area to intersect with 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