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):
    ...
ParameterTypeDescription
d_xfloatX offsetDouble.
d_yfloatY offsetDouble.

See Also