Charting for WinForms Programmer's Guide
IGraphics.IsClipEmpty Property
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

bool IsClipEmpty { get; }

Visual Basic  Copy Code

ReadOnly Property IsClipEmpty As Boolean

 Property Value

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

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace