Int32KeyFrameCollection.Insert(Int32, Int32KeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
Int32KeyFrame

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

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