RectKeyFrameCollection.Add(RectKeyFrame) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 RectKeyFrame 添加到集合的末尾。
public:
int Add(System::Windows::Media::Animation::RectKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.RectKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.RectKeyFrame -> int
Public Function Add (keyFrame As RectKeyFrame) As Integer
参数
- keyFrame
- RectKeyFrame
要添加到集合末尾的 RectKeyFrame。
返回
要添加 keyFrame
的位置处的索引。