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 處的索引。

適用於