Aspose::Page::XPS::XpsDocument::InsertPath méthode

XpsDocument::InsertPath method

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

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::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