Vector3DKeyFrameCollection.Insert(Int32, Vector3DKeyFrame) Metoda

Definice

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

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

Parametry

index
Int32

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

keyFrame
Vector3DKeyFrame

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

Platí pro