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