move_to method

move_to

Moves the current point to the specified coordinates.

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

See Also