Share via


ColorKeyFrameCollection.Insert(Int32, ColorKeyFrame) Metoda

Definice

Vloží objekt ColorKeyFrame do konkrétního umístění v rámci kolekce.

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

Parametry

index
Int32

Pozice indexu ColorKeyFrame , na kterou je vložena.

keyFrame
ColorKeyFrame

Objekt ColorKeyFrame , který se má vložit do kolekce.

Platí pro