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)
ParameterTypBeschreibung
Indexint32_tPosition, an der ein neuer Pfad eingefügt werden soll.
DatenSystem::SharedPtr<XpsModel::XpsPathGeometry>Die Geometrie des Pfads.

ReturnValue

Eingefügter Pfad.

Siehe auch