Graphics.IsClipEmpty Property

Definition

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

public:
 property bool IsClipEmpty { bool get(); };
public bool IsClipEmpty { get; }
member this.IsClipEmpty : bool
Public ReadOnly Property IsClipEmpty As Boolean

Property Value

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

Applies to