Aspose::Page::XPS::XpsDocument::InsertPath Methode
XpsDocument::InsertPath method
Fügt einen neuen Pfad zur aktiven Seite an der Position index ein.
System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Index | int32_t | Position, an der ein neuer Pfad eingefügt werden soll. |
| Daten | System::SharedPtr<XpsModel::XpsPathGeometry> | Die Geometrie des Pfads. |
ReturnValue
Eingefügter Pfad.
Siehe auch
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++