Gets a value indicating whether the visible clipping region of this IGraphics object is empty.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
bool IsVisibleClipEmpty { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property IsVisibleClipEmpty As Boolean |
This property is true if the visible portion of the clipping region of this IGraphics object is empty; otherwise, false.
See Also