Méthode Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath

PageAPI::InsertPath method

Insère un nouveau chemin dans la page à la position index.

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

ReturnValue

Chemin inséré.

Voir aussi