Aspose::Page::XPS::XpsModel::XpsPathGeometry::InsertSegment メソッド

XpsPathGeometry::InsertSegment method

最後のパス図形の子セグメントリストの index 位置にパスセグメントを挿入します。

System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::InsertSegment(int32_t index, System::SharedPtr<XpsPathSegment> segment)
パラメーター説明
インデックスint32_tセグメントを挿入すべき位置。
セグメントSystem::SharedPtr<XpsPathSegment>挿入されるパスセグメント。

ReturnValue

挿入されたパスセグメント。

参照