move_to method

move_to

Moves the starting point of a new subpath to the specified point.

def move_to(self, x, y):
    ...
ParameterTypeDescription
xfloatThe x-coordinate of the starting point.
yfloatThe y-coordinate of the starting point.

See Also