bring_forward method

bring_forward(shape_id)

Brings a shape,defined by ID, forward one position in the z-order.

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

See Also