Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 511 Bytes

File metadata and controls

31 lines (24 loc) · 511 Bytes

MoveBack

Description

Procedure MoveBack moves the selected objects to the back (bottom) of the onscreen object stacking order.

PROCEDURE MoveBack;
def vs.MoveBack():
    return None

Examples

MoveBack;
import vs

# Procedure MoveBack moves the selected objects to the back (bottom) of the
# onscreen object stacking order.
vs.MoveBack()

Version

Availability: from All Versions

Category