Rotation3DKeyFrameCollection.Add(Rotation3DKeyFrame) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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。
返回
要添加 keyFrame
的位置处的索引。