Vector3DKeyFrameCollection.Add(Vector3DKeyFrame) 方法

定义

Vector3DKeyFrame 添加到集合的末尾。

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

参数

keyFrame
Vector3DKeyFrame

要添加到集合末尾的 Vector3DKeyFrame

返回

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

适用于