MotionPath

MotionPath class

Represent motion path.

public class MotionPath : IMotionPath

Constructors

NameDescription
MotionPath()The default constructor.

Properties

NameDescription
Count { get; }Returns the number of paths in the collection. Read-only Int32.
Item { get; }Returns a command at the specified index.

Methods

NameDescription
Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool)Add new command to path
Clear()Removes all commands from the collection.
GetEnumerator()Returns an enumerator that iterates through the collection.
Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool)Insert new command to path
Remove(IMotionCmdPath)Removes specified commans from the collection.
RemoveAt(int)Removes a command at the specified index.

See Also