言語

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

返品

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

適用対象