CopyTo()
PortionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IPortion>>, int32_t) method
Copies the elements of the ICollection to an System::Array, starting at a particular System::Array index.
void Aspose::Slides::PortionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IPortion>> array, int32_t arrayIndex)
Arguments
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<IPortion>> | The one-dimensional System::Array that is the destination of the elements copied from ICollection. The System::Array must have zero-based indexing. |
arrayIndex | int32_t | The zero-based index in array at which copying begins. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IPortion
- Class PortionCollection
- Namespace Aspose::Slides
- Library Aspose.Slides