QuaternionKeyFrameCollection.Add(QuaternionKeyFrame) Method

Definition

Adds a QuaternionKeyFrame to the end of the collection.

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

Parameters

keyFrame
QuaternionKeyFrame

The QuaternionKeyFrame to add to the end of the collection.

Returns

The index at which the keyFrame was added.

Applies to