Gets a value indicating whether the clipping region of this Graphics is empty.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool IsClipEmpty { get; }
When clipping region is empty, all the drawing functions do nothing.
To check whether a clipping region is larger than a drawing surface (thus it does not affect nothing) use the IsClipInfinite property.