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