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

TPoint

Basic definition of a point (x,y)

Declaration

Source position: agraphics.pas line 88

type TPoint = record

  x: SmallInt;

  

X-Value

  y: SmallInt;

  

Y-Value

end;


Documentation generated on: 2021-07-30