Basic definition of a point (x,y)
Source position: agraphics.pas line 52
type TPoint = record
x: SmallInt;
X-Value
y: SmallInt;
Y-Value
end;