Graphics.IsClipEmpty Property

Gets a value indicating whether the clipping region of this Graphics is empty.

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

Syntax

C#
public bool IsClipEmpty { get; }

Property Value

true if the clipping region of this Graphics is empty; otherwise, false.

Remarks

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.

See Also

Reference