Graphics::IsVisibleClipEmpty Property

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property bool IsVisibleClipEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the visible portion of the clipping region of this Graphics is empty; otherwise, false.

The visible clipping region is the intersection of the clipping region of this Graphics and the clipping region of the window.

.NET Framework
Available since 1.1
Return to top
Show: