ToArray
ToArray()
Creates and returns an array that contains all shapes.
public IShape[] ToArray()
Return Value
An array of IShape objects.
See Also
- interface IShape
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
ToArray(int, int)
Creates and returns an array that contains all shapes in the specified range.
public IShape[] ToArray(int startIndex, int count)
| Parameter | Type | Description |
|---|---|---|
| startIndex | Int32 | The index of the first shape to return. |
| count | Int32 | The number of shapes to return. |
Return Value
An array of IShape objects.
See Also
- interface IShape
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides