Reorder
Contents
[
Hide
]Reorder(int, IShape)
Moves the specified shape to a new position within the shape collection.
public void Reorder(int index, IShape shape)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based target index where the shape will be placed. |
shape | IShape | The IShape to move within the collection. |
See Also
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Reorder(int, params IShape[])
Moves the specified shapes within the shape collection, placing them starting at the given index.
public void Reorder(int index, params IShape[] shapes)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based target index where the first specified shape will be placed; subsequent shapes follow in the order provided. |
shapes | IShape[] | One or more IShape instances to move within the collection. |
See Also
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides