XpsCanvas.InsertPath

XpsCanvas.InsertPath method

Inserts a new path to this canvas’s child list at index position.

public XpsPath InsertPath(int index, XpsPathGeometry data)
ParameterTypeDescription
indexInt32Position at which a new path should be inserted.
dataXpsPathGeometryThe geometry of the path.

Return Value

Inserted path.

See Also