[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

TRect32

Basic struct for defining a rectengular region with integer values

Declaration

Source position: agraphics.pas line 55

type TRect32 = record

  MinX: LongInt;

  

Left Edge

  MinY: LongInt;

  

Top edge

  MaxX: LongInt;

  

Right Edge

  MaxY: LongInt;

  

Bottom Edge

end;


Documentation generated on: 2017-01-10