Point
Create a point
Declaration
Source position: types.pp line 333
  function Point(x: Integer; y: Integer) : TPoint;
Description
Point returns a TPoint structure with the given position (X, Y).
See also
| Name | Description | 
|---|---|
| PtInRect | Check whether a point is inside a rectangle. | 
| Rect | Create a rectangle record |