TypeLib Xojo support Plugin

Rectangle.IsEmpty Method

Returns true if the rectangle is empty.

IsEmpty() as Boolean

Parameters

Returns

Boolean

Remarks

A rectangle is considered empty if the bottom coordinate is less than or equal to the top coordinate or if the right coordinate is less than or equal to the left.

See Also

Rectangle Class