XpsPathGeometry.InsertSegment

XpsPathGeometry.InsertSegment method

将路径段插入到 的最后一个路径图形的子段列表中index位置.

public XpsPathSegment InsertSegment(int index, XpsPathSegment segment)
范围类型描述
indexInt32应插入段的位置。
segmentXpsPathSegment要插入的路径段。

返回值

插入的路径段。

也可以看看