Aspose::Page::XPS::XpsModel::XpsPathGeometry::InsertSegment méthode
XpsPathGeometry::InsertSegment method
Insère un segment de chemin dans la liste des segments enfants de la dernière figure de chemin à la position index.
System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::InsertSegment(int32_t index, System::SharedPtr<XpsPathSegment> segment)
| Paramètre | Type | Description |
|---|---|---|
| indice | int32_t | Position à laquelle un segment doit être inséré. |
| segment | System::SharedPtr<XpsPathSegment> | Un segment de chemin à insérer. |
ReturnValue
Segment de chemin inséré.
Voir aussi
- Typedef SharedPtr
- Class XpsPathSegment
- Class XpsPathGeometry
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++