Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) Méthode

Définition

Ajoute un Vector3DKeyFrame à la fin de la collection.

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

Paramètres

keyFrame
Vector3DKeyFrame

Vector3DKeyFrame à ajouter à la fin de la collection.

Retours

Index auquel le keyFrame a été ajouté.

S’applique à