[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Record describing a point in a 2 dimensional plane
Source position: graphh.inc line 469
type PointType = record |
||
x: SmallInt; |
|
X coordinate |
y: SmallInt; |
|
Y coordinate |
end; |