Add
IMotionPath.Add method
将新命令添加到路径
public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType,
bool bRelativeCoord)
范围 | 类型 | 描述 |
---|---|---|
type | MotionCommandPathType | 动画命令类型运动效果行为MotionCommandPathType |
pts | PointF[] | Points arrayPointF[] |
ptsType | MotionPathPointsType | 动画运动路径中的点类型MotionPathPointsType |
bRelativeCoord | Boolean | 表示是否使用相对坐标Boolean |
返回值
路径命令IMotionCmdPath
也可以看看
- interface IMotionCmdPath
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides