CopyTo()
DrawingGuidesCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IDrawingGuide>>, int32_t) method
Copies all elements from the collection to the specified array.
void Aspose::Slides::DrawingGuidesCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IDrawingGuide>> array, int32_t index)
Arguments
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<IDrawingGuide>> | Target array. |
index | int32_t | Starting index in the target array. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IDrawingGuide
- Class DrawingGuidesCollection
- Namespace Aspose::Slides
- Library Aspose.Slides