Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method

PageAPI::CreatePathGeometry() method

Creates a new path geometry.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()

ReturnValue

New path geometry.

Remarks

.

See Also

PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathFigure>>>) method

Creates a new path geometry with specified list of path figures.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathFigure>>> pathFigures)
ParameterTypeDescription
pathFiguresSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathFigure>>>List of path figures.

ReturnValue

New path geometry.

See Also

PageAPI::CreatePathGeometry(System::String) method

Creates a new path geometry specified with abbreviated form.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
ParameterTypeDescription
abbreviatedGeometrySystem::StringAbbreviated form of path geometry.

ReturnValue

New path geometry.

See Also