XpsCanvas.AddPath

XpsCanvas.AddPath method

Adds a new path to this canvas’s child list.

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

Return Value

Added path.

See Also