ByteKeyFrameCollection.Add(ByteKeyFrame) Methode

Definition

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

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

Parameter

keyFrame
ByteKeyFrame

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

Gibt zurück

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

Gilt für: