Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) Metoda

Definicja

Dodaje element Vector3DKeyFrame na końcu kolekcji.

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

Parametry

keyFrame
Vector3DKeyFrame

Element Vector3DKeyFrame do dodania na końcu kolekcji.

Zwraca

Int32

Indeks, w którym keyFrame został dodany.

Dotyczy