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