Insert

IMotionPath.Insert method

将新命令插入路径

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

也可以看看