Vector3DKeyFrameCollection.Insert(Int32, Vector3DKeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
Vector3DKeyFrame

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

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