Point3DKeyFrameCollection.Insert(Int32, Point3DKeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

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

keyFrame
Point3DKeyFrame

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

適用対象