Point3DKeyFrameCollection.Add(Point3DKeyFrame) Methode

Definition

Fügt ein Point3DKeyFrame-Objekt am Ende der Auflistung hinzu.

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

Parameter

keyFrame
Point3DKeyFrame

Der Point3DKeyFrame, der am Ende der Auflistung hinzugefügt werden soll.

Gibt zurück

Int32

Der Index, an dem der keyFrame hinzugefügt wurde.

Gilt für