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

TSDTMPointDef

Declaration

Source position: mufasatypes.pas line 123

type TSDTMPointDef = record

  x: Integer;

  y: Integer;

  Color: Integer;

  Tolerance: Integer;

  AreaSize: Integer;

  AreaShape: Integer;

end;