CharKeyFrameCollection.Insert(Int32, CharKeyFrame) 方法

定義

CharKeyFrame 插入集合內的特定位置。

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

參數

index
Int32

插入 CharKeyFrame 的索引位置。

keyFrame
CharKeyFrame

要插入集合的 CharKeyFrame 物件。

適用於