Point3DKeyFrameCollection.Remove(Point3DKeyFrame) Method

Definition

Removes a Point3DKeyFrame object from the collection.

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)

Parameters

keyFrame
Point3DKeyFrame

Identifies the Point3DKeyFrame to remove from the collection.

Applies to