DoubleKeyFrameCollection.Add(DoubleKeyFrame) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un DoubleKeyFrame à la fin de la collection.
public:
int Add(System::Windows::Media::Animation::DoubleKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.DoubleKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.DoubleKeyFrame -> int
Public Function Add (keyFrame As DoubleKeyFrame) As Integer
Paramètres
- keyFrame
- DoubleKeyFrame
DoubleKeyFrame à ajouter à la fin de la collection.
Retours
Index auquel le keyFrame
a été ajouté.