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

TPoint

Basic definition of a point (x,y)

Declaration

Source position: agraphics.pas line 52

type TPoint = record

  x: SmallInt;

  

X-Value

  y: SmallInt;

  

Y-Value

end;


Documentation generated on: 2021-07-30