XpsDocument.CreatePathGeometry
CreatePathGeometry()
新しいパス ジオメトリを作成します。
public XpsPathGeometry CreatePathGeometry()
戻り値
新しいパス ジオメトリ。
関連項目
- class XpsPathGeometry
- class XpsDocument
- 名前空間 Aspose.Page.XPS
- 組み立て Aspose.Page
CreatePathGeometry(List<XpsPathFigure>)
指定されたパス図形のリストを使用して、新しいパス ジオメトリを作成します。
public XpsPathGeometry CreatePathGeometry(List<XpsPathFigure> pathFigures)
パラメータ | タイプ | 説明 |
---|---|---|
pathFigures | List`1 | パス図のリスト。 |
戻り値
新しいパス ジオメトリ。
関連項目
- class XpsPathGeometry
- class XpsPathFigure
- class XpsDocument
- 名前空間 Aspose.Page.XPS
- 組み立て Aspose.Page
CreatePathGeometry(string)
省略形で指定された新しいパス ジオメトリを作成します。
public XpsPathGeometry CreatePathGeometry(string abbreviatedGeometry)
パラメータ | タイプ | 説明 |
---|---|---|
abbreviatedGeometry | String | パス ジオメトリの省略形。 |
戻り値
新しいパス ジオメトリ。
関連項目
- class XpsPathGeometry
- class XpsDocument
- 名前空間 Aspose.Page.XPS
- 組み立て Aspose.Page