send_to_back method

send_to_back()

Moves the shape to the back of the z-order.

def send_to_back(self):
    ...

See Also