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

GdiGraphics.IsClipEmpty Property

Indicates if clipping region is empty for this GdiGraphics.

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

Syntax

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

Property Value

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

Remarks

When clipping region is empty, all drawing functions do nothing.

To check if clipping region is larger than drawing surface (thus it does not affect nothing) use IsClipInfinite property.

See Also

Reference