function IsRectEmpty(const R: TRect): Boolean; overload;
function IsRectEmpty(const FR: TRect): Boolean; overload;
Returns True if the rectangle is empty, that is its width or height is not positive.
[See also]