Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath Methode
PageAPI::InsertPath method
Fügt einen neuen Pfad an der index Position in die Seite ein.
System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::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 PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++