Aspose::Page::XPS::XpsDocument::InsertPath メソッド

XpsDocument::InsertPath method

index 番目の位置に、アクティブページへ新しいパスを挿入します。

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

ReturnValue

挿入されたパス。

参照