VectorKeyFrameCollection.Add(VectorKeyFrame) メソッド

定義

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

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

パラメーター

keyFrame
VectorKeyFrame

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

戻り値

Int32

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

適用対象