Source position: MacTypes.pas line 780
type FixedRect = record
left: Fixed;
top: Fixed;
right: Fixed;
bottom: Fixed;
end;