Aspose::Pdf::Vector::GraphicElementCollection::CopyTo metod

GraphicElementCollection::CopyTo method

Kopierar hela samlingen till en kompatibel endimensionell array, med start vid det angivna indexet i målarrayen.

void Aspose::Pdf::Vector::GraphicElementCollection::CopyTo(System::ArrayPtr<System::SharedPtr<GraphicElement>> array, int32_t arrayIndex) override
ParameterTypBeskrivning
arraySystem::ArrayPtr<System::SharedPtr<GraphicElement>>Array av objekt som kommer att kopieras.
arrayIndexint32_tStartindex varifrån kopieringen kommer att påbörjas.

Se även