Source position: agraphics.pas line 76
type tRectangle = record
MinX: Word;
MinY: Word;
MaxX: Word;
MaxY: Word;
end;