Point3DKeyFrameCollection.Add(Point3DKeyFrame) 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 Point3DKeyFrame à la fin de la collection.
public:
int Add(System::Windows::Media::Animation::Point3DKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Point3DKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Point3DKeyFrame -> int
Public Function Add (keyFrame As Point3DKeyFrame) As Integer
Paramètres
- keyFrame
- Point3DKeyFrame
Point3DKeyFrame à ajouter à la fin de la collection.
Retours
Index auquel le keyFrame
a été ajouté.