Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath méthode

XpsCanvas::InsertPath method

Insère un nouveau Path dans la liste des enfants de ce canvas à la position index.

System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
ParamètreTypeDescription
indiceint32_tPosition à laquelle un nouveau chemin doit être inséré.
donnéesSystem::SharedPtr<XpsPathGeometry>La géométrie du chemin.

ReturnValue

Chemin inséré.

Voir aussi