Méthode Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath
PageAPI::InsertPath method
Insère un nouveau chemin dans la page à la position index.
System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
| Paramètre | Type | Description |
|---|---|---|
| indice | int32_t | Position à laquelle un nouveau chemin doit être inséré. |
| données | System::SharedPtr<XpsModel::XpsPathGeometry> | La géométrie du chemin. |
ReturnValue
Chemin inséré.
Voir aussi
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++