Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) Methode

Definition

Fügt am Ende der Auflistung ein 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

Parameter

keyFrame
Vector3DKeyFrame

Das Vector3DKeyFrame , das am Ende der Auflistung hinzugefügt werden soll.

Gibt zurück

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

Gilt für: