Graphics.IsClipEmpty Property

 

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

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

public bool IsClipEmpty { get; }

Property Value

Type: System.Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: