Unit 'MacOSAll' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#univint]

Point

Declaration

Source position: MacTypes.pas line 747

type Point = record

  case SInt16 of

    0: (

        v: SInt16;

        h: SInt16;

      );

    1: (

        vh: array [0..1] of SInt16;

      );

end;


Documentation generated on: 2023-03-18