This documentation is archived and is not being maintained.
Graphics.IsVisibleClipEmpty Property
.NET Framework 1.1
Gets a value indicating whether the visible clipping region of this Graphics object is empty.
[Visual Basic] Public ReadOnly Property IsVisibleClipEmpty As Boolean [C#] public bool IsVisibleClipEmpty {get;} [C++] public: __property bool get_IsVisibleClipEmpty(); [JScript] public function get IsVisibleClipEmpty() : Boolean;
Property Value
This property is true if the visible portion of the clipping region of this Graphics object is empty; otherwise, false.
Remarks
The visible clipping region is the intersection of the clipping region of this Graphics object and the clipping region of the window.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: