IMotionPath
Inhalt
[
Ausblenden
]IMotionPath interface
Stellt den Bewegungspfad dar.
public interface IMotionPath : IEnumerable<IMotionCmdPath>
Eigenschaften
Name | Beschreibung |
---|---|
AsIEnumerable { get; } | Ermöglicht das Abrufen der IBehavior-Basisschnittstelle. SchreibgeschütztIEnumerable . |
Count { get; } | Gibt die Anzahl der Pfade in der Sammlung zurück. SchreibgeschütztInt32 . |
Item { get; } | Gibt einen Befehl am angegebenen Index zurück. |
Methoden
Name | Beschreibung |
---|---|
Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool) | Neuen Befehl zu path hinzufügen |
Clear() | Entfernt alle Befehle aus der Sammlung. |
Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool) | Neuen Befehl in Pfad einfügen |
Remove(IMotionCmdPath) | Entfernt angegebene Befehle aus der Sammlung. |
RemoveAt(int) | Entfernt einen Befehl am angegebenen Index. |
Siehe auch
- interface IMotionCmdPath
- namensraum Aspose.Slides.Animation
- Montage Aspose.Slides