Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TRectangle

Basic struct for defining a rectengular region with word values

Declaration

Source position: agraphics.pas line 36

type TRectangle = record

  MinX: SmallInt;

  

Left edge

  MinY: SmallInt;

  

Top edge

  MaxX: SmallInt;

  

Right edge

  MaxY: SmallInt;

  

Bottom Edge

end;

See also

AndRectRegion

  

Perform 2d AND operation of rectangle with region, leaving result in region.

ClearRectRegion

OrRectRegion

  

Perform 2d OR operation of rectangle with region, leaving result in region.

XorRectRegion

  

Perform 2d XOR operation of rectangle with region, leaving result in region

TRegionRectangle

  

TClipRect

  

Clip rectangle

TLayer

  

Layer Structure

TTextExtent

  

A measured text size


Documentation generated on: 2021-07-30