Context.moveTo
void moveTo(double x, double y)Begin a new sub-path. After this call the current point will be (x, y).
Parameters
x | the X coordinate of the new position |
y | the Y coordinate of the new position |
void moveTo(double x, double y)Begin a new sub-path. After this call the current point will be (x, y).
x | the X coordinate of the new position |
y | the Y coordinate of the new position |