言語

RectKeyFrameCollection.Insert(Int32, RectKeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

RectKeyFrameが挿入されるインデックス位置。

keyFrame
RectKeyFrame

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

適用対象