ObjectKeyFrameCollection.Insert(Int32, ObjectKeyFrame) メソッド

定義

ObjectKeyFrame をコレクション内の特定の場所に挿入します。

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

パラメーター

index
Int32

ObjectKeyFrame を挿入するインデックス位置。

keyFrame
ObjectKeyFrame

コレクションに挿入する ObjectKeyFrame オブジェクト。

適用対象