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

TMDTMPoint

Declaration

Source position: mufasatypes.pas line 112

type TMDTMPoint = record

  x: Integer;

  y: Integer;

  c: Integer;

  t: Integer;

  asz: Integer;

  bp: Boolean;

end;