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)
ParameterTypBeschreibung
indexInt32Index für die Befehls Einfügung Int32
typeMotionCommandPathTypeArt des Befehls für das Verhalten des Animationseffekts MotionCommandPathType
ptsPointF[]Punkte Array PointF[]
ptsTypeMotionPathPointsTypeArt der Punkte im Animationsbewegungspfad MotionPathPointsType
bRelativeCoordBooleanGibt an, ob relative Koordinaten verwendet werden sollen oder nicht Boolean

Siehe auch