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):
    ...
Parameter Type Description
shape_id int ID of shape.Int64

See Also