RectKeyFrameCollection.Add(RectKeyFrame) Methode

Definition

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

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

Parameter

keyFrame
RectKeyFrame

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

Gibt zurück

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

Gilt für: