RectKeyFrameCollection.Insert(Int32, RectKeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
RectKeyFrame

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

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