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

Rect

Returns a TRectrecord with the given coordinates.

Declaration

Source position: classesh.inc line 1570

function Rect(

  ALeft: Integer;

  ATop: Integer;

  ARight: Integer;

  ABottom: Integer

):TRect;

Description

Rectreturns a TRectrecord with the given top-left (ALeft,ATop)and bottom-right (ABottom,ARight)corners filled in.

No checking is done to see whether the coordinates are valid.

See also

TRect

  

Descibes a rectangle

Point

  

Returns a TPointrecord with the given coordinates.

SmallPoint

  

Returns a TSmallPointrecord with the given coordinates.

Bounds

  

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