Point3DKeyFrameCollection.Remove(Point3DKeyFrame) 方法

定義

從集合中移除 Point3DKeyFrame 物件。

public:
 void Remove(System::Windows::Media::Animation::Point3DKeyFrame ^ keyFrame);
public void Remove (System.Windows.Media.Animation.Point3DKeyFrame keyFrame);
member this.Remove : System.Windows.Media.Animation.Point3DKeyFrame -> unit
Public Sub Remove (keyFrame As Point3DKeyFrame)

參數

keyFrame
Point3DKeyFrame

識別要從集合中移除的 Point3DKeyFrame

適用於