[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_crwapi' (#crwlib)

TPoint2I

Declaration

Source position: _crw_crwapi.pas line 986

type TPoint2I = packed record

  x: Integer;

  y: Integer;

end;