Rotation3DKeyFrameCollection.Insert(Int32, Rotation3DKeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
Rotation3DKeyFrame

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

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