Graphics.IntersectClip Method (Rectangle)

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

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

Syntax

C#
public void IntersectClip(
	Rectangle clipRectangle
)

Parameters

clipRectangle

Type: System.Drawing.Rectangle

A Rectangle structure to intersect with the current clip region.

See Also

Reference