Indicates if clipping region is empty for this GdiGraphics.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public ReadOnly Property IsClipEmpty As Boolean
public bool IsClipEmpty { get; }
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.