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

Bounds

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

Declaration

Source position: classesh.inc line 1571

function Bounds(

  ALeft: Integer;

  ATop: Integer;

  AWidth: Integer;

  AHeight: Integer

):TRect;

Description

Boundsreturns a TRectrecord with the given origin (ALeft,ATop)and dimensions (AWidth,AHeight)filled in.