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