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路径几何的缩写形式。

返回值

新的路径几何。

也可以看看