[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create a point
Source position: types.pp line 333
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. |