IMotionPath
IMotionPath interface
表示运动路径。
public interface IMotionPath : IEnumerable<IMotionCmdPath>
特性
姓名 | 描述 |
---|---|
AsIEnumerable { get; } | 允许获取基本 IBehavior 接口。 只读IEnumerable。 |
Count { get; } | 返回集合中的路径数。 只读Int32。 |
Item { get; } | 返回指定索引处的命令。 |
方法
姓名 | 描述 |
---|---|
Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool) | 将新命令添加到路径 |
Clear() | 从集合中删除所有命令。 |
Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool) | 将新命令插入路径 |
Remove(IMotionCmdPath) | 从集合中删除指定的命令。 |
RemoveAt(int) | 删除指定索引处的命令。 |
也可以看看
- interface IMotionCmdPath
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides