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)
ParameterTypeDescription
indexint32_tPosition at which a new path should be inserted.
dataSystem::SharedPtr<XpsPathGeometry>The geometry of the path.

ReturnValue

Inserted path.

See Also