DoubleKeyFrameCollection.Insert(Int32, DoubleKeyFrame) Methode

Definition

Fügt einen DoubleKeyFrame an einer bestimmten Position in der Auflistung ein.

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)

Parameter

index
Int32

Die Indexposition, an der der DoubleKeyFrame eingefügt wird.

keyFrame
DoubleKeyFrame

Das DoubleKeyFrame-Objekt, das in die Auflistung eingefügt werden soll.

Gilt für