[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Returns a TRectstructure with the bounding rect of the given location and size.
Source position: classesh.inc line 1571
function Bounds( |
ALeft: Integer; |
ATop: Integer; |
AWidth: Integer; |
AHeight: Integer |
):TRect; |
Boundsreturns a TRectrecord with the given origin (ALeft,ATop)and dimensions (AWidth,AHeight)filled in.