| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Returns a TRect record with the given coordinates.
Source position: classesh.inc line 2208
function Rect(  | 
ALeft: Integer;  | 
ATop: Integer;  | 
ARight: Integer;  | 
ABottom: Integer  | 
):TRect;  | 
Rect returns a TRect record with the given top-left (ALeft,ATop) and bottom-right (ABottom,ARight) corners filled in.
No checking is done to see whether the coordinates are valid.
  | 
Describes a rectangle  | 
|
  | 
Returns a TPoint record with the given coordinates.  | 
|
  | 
Returns a TSmallPoint record with the given coordinates.  | 
|
  | 
Returns a TRect structure with the bounding rect of the given location and size.  |