Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath método
XpsCanvas::InsertPath method
Inserta un nuevo path en la lista de hijos de este canvas en la posición index.
System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Posición en la que se debe insertar una nueva ruta. |
| datos | System::SharedPtr<XpsPathGeometry> | La geometría de la ruta. |
ReturnValue
Ruta insertada.
Ver también
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++