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