send_backward method

send_backward(shape_id)

Moves a shape,defined by ID, back one position in the z-order.

def send_backward(self, shape_id):
    ...
ParameterTypeDescription
shape_idintID of shape.Int64

See Also