Insert
IMotionPath.Insert-Methode
Fügen Sie einen neuen Befehl zu einem Pfad hinzu
public void Insert(int index, MotionCommandPathType type, PointF[] pts,
MotionPathPointsType ptsType, bool bRelativeCoord)
| Parameter | Typ | Beschreibung |
|---|---|---|
| index | Int32 | Index für die Befehls Einfügung Int32 |
| type | MotionCommandPathType | Art des Befehls für das Verhalten des Animationseffekts MotionCommandPathType |
| pts | PointF[] | Punkte Array PointF[] |
| ptsType | MotionPathPointsType | Art der Punkte im Animationsbewegungspfad MotionPathPointsType |
| bRelativeCoord | Boolean | Gibt an, ob relative Koordinaten verwendet werden sollen oder nicht Boolean |
Siehe auch
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides