ColorKeyFrameCollection.Add(ColorKeyFrame) メソッド

定義

ColorKeyFrame をコレクションの末尾に追加します。

public:
 int Add(System::Windows::Media::Animation::ColorKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.ColorKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.ColorKeyFrame -> int
Public Function Add (keyFrame As ColorKeyFrame) As Integer

パラメーター

keyFrame
ColorKeyFrame

コレクションの末尾に追加する ColorKeyFrame

戻り値

keyFrame が追加された位置のインデックス。

適用対象