XpsDocument.InsertPath

XpsDocument.InsertPath method

Inserts a new path to the active page 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