CopyTo()
TextAnimationCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ITextAnimation>>, int32_t) method
Copies all elements from the collection into the specified array.
void Aspose::Slides::Animation::TextAnimationCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ITextAnimation>> array, int32_t index) override
Arguments
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<ITextAnimation>> | Array to fill. |
index | int32_t | Starting position in target array. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ITextAnimation
- Class TextAnimationCollection
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides