This documentation is archived and is not being maintained.
Graphics.IsClipEmpty Property
.NET Framework 1.1
Gets a value indicating whether the clipping region of this Graphics object is empty.
[Visual Basic] Public ReadOnly Property IsClipEmpty As Boolean [C#] public bool IsClipEmpty {get;} [C++] public: __property bool get_IsClipEmpty(); [JScript] public function get IsClipEmpty() : Boolean;
Property Value
This property is true if the clipping region of this Graphics object is empty; otherwise, false.
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: