Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) Метод

Определение

Добавляет объект Vector3DKeyFrame в конец коллекции.

public:
 int Add(System::Windows::Media::Animation::Vector3DKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Vector3DKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Vector3DKeyFrame -> int
Public Function Add (keyFrame As Vector3DKeyFrame) As Integer

Параметры

keyFrame
Vector3DKeyFrame

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

Возвращаемое значение

Int32

Индекс, по которому был добавлен keyFrame.

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