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