Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) メソッド

定義

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

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

パラメーター

keyFrame
Vector3DKeyFrame

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

戻り値

Int32

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

適用対象