Create a point.
Source position: types.pp line 524
function Point( |
x: Integer; |
y: Integer |
):TPoint; |
Point returns a TPoint structure with the given position (X, Y).
|
Create a rectangle record. |
|
|
Check whether a point is inside a rectangle. |