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)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position at which a new path should be inserted. |
data | XpsPathGeometry | The geometry of the path. |
Return Value
Inserted path.
See Also
- class XpsPath
- class XpsPathGeometry
- class XpsCanvas
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page