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