PointKeyFrameCollection.Remove(PointKeyFrame) 方法

定義

從集合中移除 PointKeyFrame 物件。

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

參數

keyFrame
PointKeyFrame

識別要從集合中移除的 PointKeyFrame

適用於