ColorKeyFrameCollection.Insert(Int32, ColorKeyFrame) Метод

Определение

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

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)

Параметры

index
Int32

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

keyFrame
ColorKeyFrame

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

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