IsRectEmpty

Graphics32

IsRectEmpty

function IsRectEmpty(const R: TRect): Boolean; overload;

function IsRectEmpty(const FR: TRect): Boolean; overload;

Description

Returns True if the rectangle is empty, that is its width or height is not positive.

See Also

TRect