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

TPoint

Basic definition of a point (x,y)

Declaration

Source position: agraphics.pas line 32

type TPoint = record

  x: SmallInt;

  

X-Value

  y: SmallInt;

  

Y-Value

end;


Documentation generated on: 2017-01-10