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

TPoint2I

Declaration

Source position: _crw_plut.pas line 42

type TPoint2I = packed record

  x: Integer;

  y: Integer;

end;