CopyTo()
VideoCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IVideo>>, int32_t) method
Copies videos to specified array starting from specified index.
void Aspose::Slides::VideoCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IVideo>> array, int32_t index) override
Arguments
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<IVideo>> | Array. |
index | int32_t | Index. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IVideo
- Class VideoCollection
- Namespace Aspose::Slides
- Library Aspose.Slides