[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

SmallPoint

Returns a TSmallPointrecord with the given coordinates.

Declaration

Source position: classesh.inc line 1569

function SmallPoint(

  AX: SmallInt;

  AY: SmallInt

):TSmallPoint;

Description

SmallPointreturns a TSmallPointrecord with the given coordinates AXand AYfilled in.

See also

TSmallPoint

  

Type to describe point in a small plane.

Point

  

Returns a TPointrecord with the given coordinates.

Rect

  

Returns a TRectrecord with the given coordinates.

Bounds

  

Returns a TRectstructure with the bounding rect of the given location and size.