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

GdiGraphics.IsClipInfinite Property

Indicates if clipping region is larger than drawing surface.

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

Syntax

Visual Basic
Public ReadOnly Property IsClipInfinite As Boolean
C#
public bool IsClipInfinite { get; }

Property Value

Value which equal to true when no clipping region is infinite, false otherwise.

See Also

Reference