ToArray
ToArray()
Creates and returns an array with all shapse in it.
public IShape[] ToArray()
Return Value
Array of Shape
See Also
- interface IShape
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
ToArray(int, int)
Creates and returns an array with all shapes from the specified range in it. An index of a first shape to return.A number of shapes to return.
public IShape[] ToArray(int startIndex, int count)
Return Value
Array of Shape
See Also
- interface IShape
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides