ToArray()
ShapeCollection::ToArray() method
Creates and returns an array with all shapse in it.
System::ArrayPtr<System::SharedPtr<IShape>> Aspose::Slides::ShapeCollection::ToArray() override
Return Value
Array of Shape
ShapeCollection::ToArray(int32_t, int32_t) method
Creates and returns an array with all shapes from the specified range in it.
System::ArrayPtr<System::SharedPtr<IShape>> Aspose::Slides::ShapeCollection::ToArray(int32_t startIndex, int32_t count) override
Return Value
Array of Shape
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IShape
- Class ShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides