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

TRect32

Basic struct for defining a rectengular region with integer values

Declaration

Source position: agraphics.pas line 44

type TRect32 = record

  MinX: LongInt;

  

Left Edge

  MinY: LongInt;

  

Top edge

  MaxX: LongInt;

  

Right Edge

  MaxY: LongInt;

  

Bottom Edge

end;


Documentation generated on: 2021-07-30