Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tPoint

Basic definition of a point (x,y)

Declaration

Source position: agraphics.pas line 88

type tPoint = record

  x: Word;

  

X-Value

  y: Word;

  

Y-Value

end;


Documentation generated on: 2021-07-30