Rotation3DKeyFrameCollection.Add(Rotation3DKeyFrame) Méthode

Définition

Ajoute un Rotation3DKeyFrame à la fin de la collection.

public:
 int Add(System::Windows::Media::Animation::Rotation3DKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Rotation3DKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Rotation3DKeyFrame -> int
Public Function Add (keyFrame As Rotation3DKeyFrame) As Integer

Paramètres

keyFrame
Rotation3DKeyFrame

Rotation3DKeyFrame à ajouter à la fin de la collection.

Retours

Int32

Index auquel le keyFrame a été ajouté.

S’applique à