bring_to_front method
bring_to_front(shape_id)
Brings a shape,defined by ID, to the front of the z-order.
def bring_to_front(self, shape_id):
...
Parameter | Type | Description |
---|---|---|
shape_id | int | ID of shape.Int64 |
See Also
- module aspose.diagram
- class Page