Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath method

PageAPI::InsertPath method

Voegt een nieuw pad toe aan de pagina op index positie.

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
ParameterTypeBeschrijving
indexint32_tPositie waarop een nieuw pad moet worden ingevoegd.
gegevensSystem::SharedPtr<XpsModel::XpsPathGeometry>De geometrie van het pad.

ReturnValue

Ingevoegd pad.

Zie ook