Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath method
PageAPI::InsertPath method
Inserisce un nuovo percorso nella pagina alla posizione index.
System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int32_t | Posizione in cui dovrebbe essere inserito un nuovo percorso. |
| dati | System::SharedPtr<XpsModel::XpsPathGeometry> | La geometria del percorso. |
ReturnValue
Percorso inserito.
Vedi anche
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++