[Overview][Procedures and functions][Index] |
Returns true, if the rectangle is empty
Source position: winapih.inc line 322
function IsRectEmpty( |
const ARect: TRect |
):Boolean; |
IsEmptyRect returns true, if the area of the rectangle described by ARect is empty, i.e. right coordinate is less than or equal to the left coordinate, or the bottom coordinate is less than or equal to the top coordinate
lazarus-ccr.sourceforge.net |