Rectangle.IsEmpty Property

Definition

Whether thisRectangle has either Height or Width less than or equal to 0.

public bool IsEmpty { get; }
member this.IsEmpty : bool

Property Value

true if either Width or Height is less than or equal to 0.

Applies to