Int64KeyFrameCollection.Add(Int64KeyFrame) Method

Definition

Adds a Int64KeyFrame to the end of the collection.

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

Parameters

keyFrame
Int64KeyFrame

The Int64KeyFrame to add to the end of the collection.

Returns

The index at which the keyFrame was added.

Applies to