VectorKeyFrameCollection.Insert(Int32, VectorKeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
VectorKeyFrame

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

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