RectKeyFrameCollection.Add(RectKeyFrame) 方法

定义

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

适用于