Source position: agraphics.pas line 47
type TRectangle = record
MinX: SmallInt;
MinY: SmallInt;
MaxX: SmallInt;
MaxY: SmallInt;
end;