Udostępnij za pośrednictwem


DoubleKeyFrameCollection.Insert(Int32, DoubleKeyFrame) Metoda

Definicja

Wstawia obiekt DoubleKeyFrame do określonej lokalizacji w kolekcji.

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)

Parametry

index
Int32

Pozycja indeksu DoubleKeyFrame , w której jest wstawiona.

keyFrame
DoubleKeyFrame

DoubleKeyFrame Obiekt do wstawienia w kolekcji.

Dotyczy