DoubleKeyFrameCollection.Insert(Int32, DoubleKeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

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

keyFrame
DoubleKeyFrame

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

適用対象