Add

IMotionPath.Add method

Neuen Befehl zu path hinzufügen

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ParameterTypBeschreibung
typeMotionCommandPathTypeBefehlstyp für das Verhalten von AnimationsbewegungseffektenMotionCommandPathType
ptsPointF[]Punkte-ArrayPointF[]
ptsTypeMotionPathPointsTypeArt der Punkte im Bewegungspfad der AnimationMotionPathPointsType
bRelativeCoordBooleanGibt an, ob relative Koordinaten verwendet werden sollen oder nichtBoolean

Rückgabewert

Befehl eines PfadesIMotionCmdPath

Siehe auch