IndexOf
ShapeCollection.IndexOf method
返回集合中第一次出现的形状的从零开始的索引。
public int IndexOf(IShape shape)
范围 | 类型 | 描述 |
---|---|---|
shape | IShape | 要在集合中定位的形状。 |
返回值
在 集合中第一次出现形状的从零开始的索引,如果找到的话;否则,-1。
也可以看看
- interface IShape
- class ShapeCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
返回集合中第一次出现的形状的从零开始的索引。
public int IndexOf(IShape shape)
范围 | 类型 | 描述 |
---|---|---|
shape | IShape | 要在集合中定位的形状。 |
在 集合中第一次出现形状的从零开始的索引,如果找到的话;否则,-1。