CreatePathGeometry

CreatePathGeometry()

Creates a new path geometry.

public XpsPathGeometry CreatePathGeometry()

Return Value

New path geometry.

See Also


CreatePathGeometry(List<XpsPathFigure>)

Creates a new path geometry with specified list of path figures.

public XpsPathGeometry CreatePathGeometry(List<XpsPathFigure> pathFigures)
Parameter Type Description
pathFigures List`1 List of path figures.

Return Value

New path geometry.

See Also


CreatePathGeometry(string)

Creates a new path geometry specified with abbreviated form.

public XpsPathGeometry CreatePathGeometry(string abbreviatedGeometry)
Parameter Type Description
abbreviatedGeometry String Abbreviated form of path geometry.

Return Value

New path geometry.

See Also