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

XpsDocument::InsertPath method

Inserta un nuevo Path en la página activa en la posición index.

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
ParámetroTipoDescripción
índiceint32_tPosición en la que se debe insertar una nueva ruta.
datosSystem::SharedPtr<XpsModel::XpsPathGeometry>La geometría de la ruta.

ReturnValue

Ruta insertada.

Ver también