move method

move(d_x, d_y)

Moves shape on the dX and dY inches from current position.

def move(self, d_x, d_y):
    ...
Parameter Type Description
d_x float X offsetDouble.
d_y float Y offsetDouble.

See Also