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)
ParameterType描述
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)
ParameterType描述
abbreviatedGeometrySystem::String路径几何体的简写形式。

ReturnValue

新路径几何体。

另见