MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.IsVisibleClipEmpty Property
See Also
 



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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual bool IsVisibleClipEmpty { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property IsVisibleClipEmpty As Boolean

 Property Value

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

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace