move_to method

move_to

Moves the starting point of a new sub-path to the (x, y) coordinates.

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

See Also