copy_to method
copy_to
Copies all elements from the collection to the specified array.
def copy_to(self, array, index):
...
Parameter | Type | Description |
---|---|---|
array | List[IDrawingGuide] | Target array. |
index | int | Starting index in the target array. |
See Also
- class
DrawingGuidesCollection
- module
aspose.slides
- library
Aspose.Slides