Add

IMotionPath.Add method

将新命令添加到路径

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
范围类型描述
typeMotionCommandPathType动画命令类型运动效果行为MotionCommandPathType
ptsPointF[]Points arrayPointF[]
ptsTypeMotionPathPointsType动画运动路径中的点类型MotionPathPointsType
bRelativeCoordBoolean表示是否使用相对坐标Boolean

返回值

路径命令IMotionCmdPath

也可以看看