Reorder
Reorder(int, IShape)
将形状从集合中移动到指定的位置。
public void Reorder(int index, IShape shape)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 目标索引。 |
shape | IShape | 要移动的形状。 |
另请参阅
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Reorder(int, params IShape[])
将形状从集合中移动到指定的位置。形状将从索引开始按它们在列表中出现的顺序放置。
public void Reorder(int index, params IShape[] shapes)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 目标索引。 |
shapes | IShape[] | 要移动的形状。 |
另请参阅
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides