ByteKeyFrameCollection.Add(ByteKeyFrame) 方法

定义

ByteKeyFrame 添加到集合的末尾。

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

参数

keyFrame
ByteKeyFrame

要添加到集合末尾的 ByteKeyFrame

返回

Int32

添加 keyFrame 的位置处的索引。

适用于