December 2010
Intermediate to advanced
110 pages
2h 31m
English
CRC.lineTo() — adds a straight line to the current subpath
void lineTo(floatx, floaty)
x, yThe coordinates of the endpoint of the line
lineTo() adds a straight line to the current
subpath. The line begins at the current point and ends at
(x,y). When this method returns, the current position
is (x,y).
Read now
Unlock full access