PointKeyFrameCollection.Insert(Int32, PointKeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

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

keyFrame
PointKeyFrame

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

適用対象