Point3DKeyFrameCollection.Add(Point3DKeyFrame) 方法

定义

Point3DKeyFrame 添加到集合的末尾。

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

参数

keyFrame
Point3DKeyFrame

要添加到集合末尾的 Point3DKeyFrame

返回

Int32

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

适用于