Insert
IMotionPath.Insert 方法
将新命令插入路径
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
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides