Insert
IMotionPath.Insert method
将新命令插入路径
public void Insert(int index, MotionCommandPathType type, PointF[] pts,
MotionPathPointsType ptsType, bool bRelativeCoord)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 命令插入索引Int32 |
type | MotionCommandPathType | 动画运动效果行为的命令类型MotionCommandPathType |
pts | PointF[] | 点数组PointF[] |
ptsType | MotionPathPointsType | 动画运动路径中的点类型MotionPathPointsType |
bRelativeCoord | Boolean | 表示是否使用相对坐标Boolean |
也可以看看
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides