December 2010
Intermediate to advanced
110 pages
2h 31m
English
CRC.moveTo() — sets the current position and begins a new subpath
void moveTo(floatx, floaty)
x, yThe coordinates of the new current point
moveTo() sets the current position to
(x,y) and begins a new subpath with this as its first
point. If there was a previous subpath and it consisted of just one
point, that empty subpath is removed from the path.
Read now
Unlock full access