Unit 'Graph' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#rtl]

PointType

Record describing a point in a 2 dimensional plane

Declaration

Source position: graphh.inc line 475

type PointType = record

  x: SmallInt;

  

X coordinate

  y: SmallInt;

  

Y coordinate

end;


Documentation generated on: Sep 29 2022