Reorder
Reorder(int, IShape)
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
Reorder(int, params IShape[])
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