Insert

IMotionPath.Insert method

Neuen Befehl in Pfad einfügen

public void Insert(int index, MotionCommandPathType type, PointF[] pts, 
    MotionPathPointsType ptsType, bool bRelativeCoord)
ParameterTypBeschreibung
indexInt32Index zum Einfügen von BefehlenInt32
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

Siehe auch