SmallPoint
Returns a TSmallPoint record with the given coordinates.
Declaration
Source position: classesh.inc line 2362
  function SmallPoint(AX: SmallInt; AY: SmallInt) : TSmallPoint;
Description
SmallPoint returns a TSmallPoint 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. | 
| Point | Returns a TPoint record with the given coordinates. | 
| Rect | Returns a TRect record with the given coordinates. | 
| TSmallPoint | Type to describe point in a small plane. |