Aspose::Pdf::Vector::GraphicElementCollection::CopyTo method

GraphicElementCollection::CopyTo method

Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.

void Aspose::Pdf::Vector::GraphicElementCollection::CopyTo(System::ArrayPtr<System::SharedPtr<GraphicElement>> array, int32_t arrayIndex) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<GraphicElement>>Array of objects which will be copied.
arrayIndexint32_tStarting index from which copying will be started.

See Also