[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return the size of the rectangle
Source position: types.pp line 341
function Size( |
AWidth: Integer; |
AHeight: Integer |
):TSize; |
const ARect: TRect |
):TSize; |
Size returns a TSize record with the indicated AWidth, AHeight. In the case ARect is passed, the width and height are calculated (taking into account that the right, bottom are not considered part of the rectangle).
|
Check whether a point is inside a rectangle. |
|
|
Return the intersection of 2 rectangles |
|
|
Check whether a rectangle is empty |
|
|
Offset the rectangle |
|
|
Increase the rectangle in size, keeping it centered |
|
|
Return the center point of a rectangle |
|
|
Check whether a rectangle is empty |