CharKeyFrameCollection.Add(CharKeyFrame) 方法

定义

CharKeyFrame 添加到集合的末尾。

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

参数

keyFrame
CharKeyFrame

要添加到集合末尾的 CharKeyFrame

返回

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

适用于