Sdílet prostřednictvím


PointKeyFrameCollection.Insert(Int32, PointKeyFrame) Metoda

Definice

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

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

Parametry

index
Int32

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

keyFrame
PointKeyFrame

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

Platí pro