Add

IMotionPath.Add-Methode

Neuen Befehl zum Pfad hinzufügen

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ParameterTypBeschreibung
typeMotionCommandPathTypeArt des Befehls für das Verhalten des Animationsbewegungseffekts MotionCommandPathType
ptsPointF[]Punktarray PointF[]
ptsTypeMotionPathPointsTypeArt der Punkte im Animationsbewegungspfad MotionPathPointsType
bRelativeCoordBooleanGibt an, ob relative Koordinaten verwendet werden sollen oder nicht Boolean

Rückgabewert

Befehl eines Pfades IMotionCmdPath

Siehe auch