ByteKeyFrameCollection.Insert(Int32, ByteKeyFrame) Metoda

Definice

Vloží do ByteKeyFrame konkrétního umístění v kolekci.

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

Parametry

index
Int32

Pozice indexu, do které je vložena ByteKeyFrame .

keyFrame
ByteKeyFrame

Objekt ByteKeyFrame , který chcete vložit do kolekce.

Platí pro