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

TBox

Declaration

Source position: mufasatypes.pas line 105

type TBox = record

  x1: Integer;

  y1: Integer;

  x2: Integer;

  y2: Integer;

end;