ByteKeyFrameCollection.Insert(Int32, ByteKeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

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

keyFrame
ByteKeyFrame

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

適用対象