DoubleKeyFrameCollection.Insert(Int32, DoubleKeyFrame) Метод

Определение

Вставляет DoubleKeyFrame в определенное место в коллекции.

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

Параметры

index
Int32

Значение индекса, по которому вставляется DoubleKeyFrame.

keyFrame
DoubleKeyFrame

Объект DoubleKeyFrame, который нужно вставить в коллекцию.

Применяется к