move_to method

move_to

Sets next point position.

def move_to(self, point):
    ...
ParameterTypeDescription
pointaspose.pydrawing.PointFPoint position

move_to

Sets next point position.

def move_to(self, x, y):
    ...
ParameterTypeDescription
xfloatX coordinate of the point
yfloatY Coordinate of the point

See Also