Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath method
XpsCanvas::InsertPath method
Inserts a new path to this canvas’s child list at index position.
System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
Parameter | Type | Description |
---|---|---|
index | int32_t | Position at which a new path should be inserted. |
data | System::SharedPtr<XpsPathGeometry> | The geometry of the path. |
ReturnValue
Inserted path.
See Also
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++