send_to_back method

send_to_back(shape_id)

Moves a shape,defined by ID, to the back of the z-order.

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

See Also