Int32KeyFrameCollection.Insert(Int32, Int32KeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

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

keyFrame
Int32KeyFrame

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

適用対象