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)
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