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)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int32_t | 应插入段的索引位置。 |
| 段 | System::SharedPtr<XpsPathSegment> | 要插入的路径段。 |
ReturnValue
已插入的路径段。
另见
- Typedef SharedPtr
- Class XpsPathSegment
- Class XpsPathGeometry
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++