Starts a new subpath and move the current point for drawing path, moveTo() sets the start point for the path to the point (x, y).
The x coordinate of start point for drawing path
The y coordinate of start point for drawing path
See Implementation
Starts a new subpath and move the current point for drawing path, moveTo() sets the start point for the path to the point (x, y).