Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath メソッド

XpsCanvas::InsertPath method

この Canvas の子リストの index 番目の位置に新しい Path を挿入します。

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

ReturnValue

挿入されたパス。

参照