Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath metod

XpsCanvas::InsertPath method

Infogar en ny path i den här canvasens barnlista på index position.

System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
ParameterTypeBeskrivning
indexint32_tPosition där en ny bana ska infogas.
dataSystem::SharedPtr<XpsPathGeometry>Geometrin för banan.

ReturnValue

Infogad bana.

Se även