Point
Returns a TPoint record with the given coordinates.
Declaration
Source position: classesh.inc line 2361
function Point(AX: Integer; AY: Integer) : TPoint;
Description
Point returns a TPoint record with the given coordinates AX and AY filled in.
See also
Name | Description |
---|---|
Bounds | Returns a TRect structure with the bounding rect of the given location and size. |
Rect | Returns a TRect record with the given coordinates. |
SmallPoint | Returns a TSmallPoint record with the given coordinates. |
TPoint | Special type to handle a fake TComponent position |