Rotation3DKeyFrameCollection.Add(Rotation3DKeyFrame) Methode

Definitie

Voegt een Rotation3DKeyFrame aan het einde van de verzameling toe.

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

Parameters

keyFrame
Rotation3DKeyFrame

De Rotation3DKeyFrame toe te voegen aan het einde van de verzameling.

Retouren

De index waarop de keyFrame index is toegevoegd.

Van toepassing op