MotionPath

MotionPath class

表示运动路径。

public class MotionPath : IMotionPath

构造函数

名称描述
MotionPath()默认构造函数。

属性

名称描述
Count { get; }返回集合中的路径数量。只读 Int32。
Item { get; }返回指定索引处的命令。

方法

名称描述
Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool)向路径添加新命令
Clear()从集合中移除所有命令。
GetEnumerator()返回一个枚举器,用于遍历集合。
Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool)在路径中插入新命令
Remove(IMotionCmdPath)从集合中移除指定的命令。
RemoveAt(int)移除指定索引处的命令。

参见