Insert

IMotionPath.Insert 方法

将新命令插入路径

public void Insert(int index, MotionCommandPathType type, PointF[] pts, 
    MotionPathPointsType ptsType, bool bRelativeCoord)
参数类型描述
indexInt32命令插入的索引 Int32
typeMotionCommandPathType动画运动效果行为的命令类型 MotionCommandPathType
ptsPointF[]点数组 PointF[]
ptsTypeMotionPathPointsType动画运动路径中的点的类型 MotionPathPointsType
bRelativeCoordBoolean指示是否使用相对坐标 Boolean

参见