Int64KeyFrameCollection.Add(Int64KeyFrame) 方法

定义

Int64KeyFrame 添加到集合的末尾。

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

参数

keyFrame
Int64KeyFrame

要添加到集合末尾的 Int64KeyFrame

返回

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

适用于