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