Aspose::Page::XPS::XpsDocument::InsertPath méthode
XpsDocument::InsertPath method
Insère un nouveau chemin dans la page active à la position index .
System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++