ByteKeyFrameCollection.Insert(Int32, ByteKeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
ByteKeyFrame

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

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