Int32KeyFrameCollection.Add(Int32KeyFrame) 方法

定义

Int32KeyFrame 添加到集合的末尾。

public:
 int Add(System::Windows::Media::Animation::Int32KeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Int32KeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Int32KeyFrame -> int
Public Function Add (keyFrame As Int32KeyFrame) As Integer

参数

keyFrame
Int32KeyFrame

要添加到集合末尾的 Int32KeyFrame

返回

Int32

要添加 keyFrame 的位置处的索引。

适用于