Source position: mufasatypes.pas line 105
type TBox = record
x1: Integer;
y1: Integer;
x2: Integer;
y2: Integer;
end;