XpsDocument.CreatePathGeometry

CreatePathGeometry()

新しいパス ジオメトリを作成します。

public XpsPathGeometry CreatePathGeometry()

戻り値

新しいパス ジオメトリ。

関連項目


CreatePathGeometry(List<XpsPathFigure>)

指定されたパス図形のリストを使用して、新しいパス ジオメトリを作成します。

public XpsPathGeometry CreatePathGeometry(List<XpsPathFigure> pathFigures)
パラメータタイプ説明
pathFiguresList`1パス図のリスト。

戻り値

新しいパス ジオメトリ。

関連項目


CreatePathGeometry(string)

省略形で指定された新しいパス ジオメトリを作成します。

public XpsPathGeometry CreatePathGeometry(string abbreviatedGeometry)
パラメータタイプ説明
abbreviatedGeometryStringパス ジオメトリの省略形。

戻り値

新しいパス ジオメトリ。

関連項目