Point3DKeyFrameCollection.Insert(Int32, Point3DKeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
Point3DKeyFrame

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

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