Aspose::Page::XPS::XpsDocument::CreatePathGeometry method

XpsDocument::CreatePathGeometry() method

Creates a new path geometry.

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

ReturnValue

New path geometry.

Remarks

.

See Also

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

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

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

ReturnValue

New path geometry.

See Also

XpsDocument::CreatePathGeometry(System::String) method

Creates a new path geometry specified with abbreviated form.

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

ReturnValue

New path geometry.

See Also