Point3DKeyFrameCollection.Add(Point3DKeyFrame) メソッド

定義

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

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

パラメーター

keyFrame
Point3DKeyFrame

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

戻り値

Int32

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

適用対象