Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 514 Bytes

File metadata and controls

31 lines (24 loc) · 514 Bytes

MoveFront

Description

Procedure MoveFront moves the selected objects to the front (top) of the onscreen object stacking order.

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

Examples

MoveFront;
import vs

# Procedure MoveFront moves the selected objects to the front (top) of the
# onscreen object stacking order.
vs.MoveFront()

Version

Availability: from All Versions

Category