Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath メソッド

PageAPI::InsertPath method

index 位置に新しいパスをページに挿入します。

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
パラメーター説明
インデックスint32_t新しいパスを挿入すべき位置。
データSystem::SharedPtr<XpsModel::XpsPathGeometry>パスのジオメトリ。

ReturnValue

挿入されたパス。

参照