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

TMask

Declaration

Source position: mufasatypes.pas line 86

type TMask = record

  White: TPointArray;

  Black: TPointArray;

  WhiteHi: Integer;

  BlackHi: Integer;

  W: Integer;

  H: Integer;

end;