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

ReturnValue

Eingefügter Pfad.

Siehe auch