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)
ParameterType描述
索引int32_t应插入段的索引位置。
System::SharedPtr<XpsPathSegment>要插入的路径段。

ReturnValue

已插入的路径段。

另见