Aspose::Pdf::Vector::GraphicElementCollection::CopyTo método
GraphicElementCollection::CopyTo method
Copia toda la colección a una Matriz unidimensional compatible, comenzando en el índice especificado de la matriz de destino.
void Aspose::Pdf::Vector::GraphicElementCollection::CopyTo(System::ArrayPtr<System::SharedPtr<GraphicElement>> array, int32_t arrayIndex) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| matriz | System::ArrayPtr<System::SharedPtr<GraphicElement>> | Matriz de objetos que se copiarán. |
| arrayIndex | int32_t | Índice inicial desde el cual se iniciará la copia. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class GraphicElement
- Class GraphicElementCollection
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++