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

PointType

Record describing a point in a 2 dimensional plane

Declaration

Source position: graphh.inc line 470

type PointType = record

  x: SmallInt;

  

X coordinate

  y: SmallInt;

  

Y coordinate

end;


Documentation generated on: Nov 14 2015