XpsDocument.CreatePath

XpsDocument.CreatePath method

Creates a new path.

public XpsPath CreatePath(XpsPathGeometry data)
ParameterTypeDescription
dataXpsPathGeometryThe geometry of the path.

Return Value

New path.

See Also