Aspose::Page::XPS::XpsDocument::CreatePathGeometry метод

XpsDocument::CreatePathGeometry() method

Создает новую геометрию пути.

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

ReturnValue

Новая геометрия пути.

Примечания

.

См. также

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

Создает новую геометрию пути с указанным списком фигур пути.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
ПараметрТипОписание
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>Список фигур пути.

ReturnValue

Новая геометрия пути.

См. также

XpsDocument::CreatePathGeometry(System::String) method

Создает новую геометрию пути, указанную в сокращенной форме.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry(System::String abbreviatedGeometry)
ПараметрТипОписание
abbreviatedGeometrySystem::StringСокращённая форма геометрии пути.

ReturnValue

Новая геометрия пути.

См. также