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 的位置处的索引。

适用于