Reorder
ShapeCollection.Reorder method (1 of 2)
Moves a shape from the collection to the specified position.
public void Reorder(int index, IShape shape)
Parameter | Type | Description |
---|---|---|
index | Int32 | Target index. |
shape | IShape | Shape to move. |
See Also
- interface IShape
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
ShapeCollection.Reorder method (2 of 2)
Moves shapes from the collection to the specified position. Shapes will be placed starting from index in order they appear in list.
public void Reorder(int index, params IShape[] shapes)
Parameter | Type | Description |
---|---|---|
index | Int32 | Target index. |
shapes | IShape[] | Shapes to move. |
See Also
- interface IShape
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides