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
挿入されたパスセグメント。
参照
- Typedef SharedPtr
- Class XpsPathSegment
- Class XpsPathGeometry
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++