Rotation3DKeyFrameCollection.Add(Rotation3DKeyFrame) メソッド

定義

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

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

パラメーター

keyFrame
Rotation3DKeyFrame

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

戻り値

Int32

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

適用対象