Method IsEmpty
IsEmpty()
Returns whether this rectangle is degenerate (has effectively zero area). Treats points and line segments (width ~ 0 or height ~ 0) as empty.
public bool IsEmpty()
Returns whether this rectangle is degenerate (has effectively zero area). Treats points and line segments (width ~ 0 or height ~ 0) as empty.
public bool IsEmpty()