Aspose::Page::XPS::XpsDocument::CreatePathGeometry metodo

XpsDocument::CreatePathGeometry() method

Crea una nuova geometria di percorso.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()

ReturnValue

Nuova geometria di percorso.

Osservazioni

.

Vedi anche

XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>) method

Crea una nuova geometria di percorso con l’elenco specificato di figure di percorso.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
ParametroTipoDescrizione
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>Elenco di figure di percorso.

ReturnValue

Nuova geometria di percorso.

Vedi anche

XpsDocument::CreatePathGeometry(System::String) method

Crea una nuova geometria di percorso specificata in forma abbreviata.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
ParametroTipoDescrizione
abbreviatedGeometrySystem::StringForma abbreviata della geometria di percorso.

ReturnValue

Nuova geometria di percorso.

Vedi anche