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

新しいパスジオメトリです。

参照