Property RECT.NoArea Overload Returns true if the rectangle area is empty or invalid: right<=left || bottom<=top; public bool NoArea { get; } Property Value bool