PointKeyFrameCollection.Insert(Int32, PointKeyFrame) Method

Definition

Inserts a PointKeyFrame into a specific location within the collection.

public:
 void Insert(int index, System::Windows::Media::Animation::PointKeyFrame ^ keyFrame);
public void Insert (int index, System.Windows.Media.Animation.PointKeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.PointKeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As PointKeyFrame)

Parameters

index
Int32

The index position at which the PointKeyFrame is inserted.

keyFrame
PointKeyFrame

The PointKeyFrame object to insert in the collection.

Applies to