Aspose::Page::XPS::XpsDocument::InsertPath method

XpsDocument::InsertPath method

Inserisce un nuovo path nella pagina attiva alla posizione index.

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
ParametroTipoDescrizione
indiceint32_tPosizione in cui dovrebbe essere inserito un nuovo percorso.
datiSystem::SharedPtr<XpsModel::XpsPathGeometry>La geometria del percorso.

ReturnValue

Percorso inserito.

Vedi anche