Search
GdiGraphics.IsClipEmpty Property
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual bool IsClipEmpty { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property IsClipEmpty As Boolean

 Property Value

This property is true if the clipping region of this GdiGraphics object is empty; otherwise, false.

 See Also