ColorKeyFrameCollection.Insert(Int32, ColorKeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

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

keyFrame
ColorKeyFrame

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

適用対象