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

GdiGraphics.IntersectClip Method (RectangleF)

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

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

Syntax

Visual Basic
Public Sub IntersectClip ( _
	clipRectangle As RectangleF _
)
C#
public void IntersectClip(
	RectangleF clipRectangle
)

Parameters

clipRectangle

Type: System.Drawing.RectangleF

RectangleF structure which specifies the rectangular area to intersect with the clip region.

Remarks

All the coordinates are measured in units specified with Unit property.

See Also

Reference