Check if two rectangles are equal.
Source position: types.pp line 517
function EqualRect( |
const r1: TRect; |
const r2: TRect |
):Boolean; |
const r1: TRectF; |
const r2: TRectF |
):Boolean; |
EqualRect returns True if the rectangles R1 and R2 are equal (i.e. have the position and size). If the rectangles differ, the function returns False
|
Create a rectangle record. |
|
|
Create a rectangle, given a position and size. |
|
|
Check whether a point is inside a rectangle. |
|
|
Return the intersection of 2 rectangles. |
|
|
Return the union of 2 rectangles. |
|
|
Check whether a rectangle is empty. |
|
|
Offset the rectangle. |
|
|
Increase the rectangle in size, keeping it centered. |
|
|
Return the size of the rectangle. |