Context.moveTo

void moveTo(double x, double y)

Begin a new sub-path. After this call the current point will be (x, y).

Parameters

xthe X coordinate of the new position
ythe Y coordinate of the new position