PointKeyFrameCollection.Remove(PointKeyFrame) Method

Definition

Removes a PointKeyFrame object from the collection.

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)

Parameters

keyFrame
PointKeyFrame

Identifies the PointKeyFrame to remove from the collection.

Applies to