Rotation3DKeyFrameCollection.Insert(Int32, Rotation3DKeyFrame) Metoda

Definice

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

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

Parametry

index
Int32

Pozice indexu Rotation3DKeyFrame , do které se vloží.

keyFrame
Rotation3DKeyFrame

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

Platí pro