XpsDocument.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)
ParameterTypeDescription
pathFiguresList`1List 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)
ParameterTypeDescription
abbreviatedGeometryStringAbbreviated form of path geometry.

Return Value

New path geometry.

See Also