DoubleKeyFrameCollection.Insert(Int32, DoubleKeyFrame) Méthode

Définition

Insère un DoubleKeyFrame à un emplacement spécifique au sein de la collection.

public:
 void Insert(int index, System::Windows::Media::Animation::DoubleKeyFrame ^ keyFrame);
public void Insert (int index, System.Windows.Media.Animation.DoubleKeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.DoubleKeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As DoubleKeyFrame)

Paramètres

index
Int32

Position d’index à laquelle le DoubleKeyFrame est inséré.

keyFrame
DoubleKeyFrame

Objet DoubleKeyFrame à insérer dans la collection.

S’applique à