Point3DKeyFrameCollection.Add(Point3DKeyFrame) Metoda

Definicja

Dodaje element Point3DKeyFrame na końcu kolekcji.

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

Parametry

keyFrame
Point3DKeyFrame

Element Point3DKeyFrame do dodania na końcu kolekcji.

Zwraca

Int32

Indeks, w którym keyFrame został dodany.

Dotyczy