MotionPath
MotionPath-Klasse
Stellt den Bewegungsweg dar.
public class MotionPath : IMotionPath
Konstruktoren
| Name | Beschreibung |
|---|
| MotionPath() | Der Standardkonstruktor. |
Eigenschaften
| Name | Beschreibung |
|---|
| Count { get; } | Gibt die Anzahl der Pfade in der Sammlung zurück. Nur-lesbar Int32. |
| Item { get; } | Gibt einen Befehl am angegebenen Index zurück. |
Methoden
| Name | Beschreibung |
|---|
| Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool) | Fügt einen neuen Befehl zum Pfad hinzu |
| Clear() | Entfernt alle Befehle aus der Sammlung. |
| GetEnumerator() | Gibt einen Enumerator zurück, der durch die Sammlung iteriert. |
| Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool) | Fügt einen neuen Befehl zum Pfad ein |
| Remove(IMotionCmdPath) | Entfernt den angegebenen Befehl aus der Sammlung. |
| RemoveAt(int) | Entfernt einen Befehl am angegebenen Index. |
Siehe Auch