Int32KeyFrameCollection.Add(Int32KeyFrame) Method

Definition

Adds a Int32KeyFrame to the end of the collection.

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

Parameters

keyFrame
Int32KeyFrame

The Int32KeyFrame to add to the end of the collection.

Returns

The index at which the keyFrame was added.

Applies to