Rotation3DKeyFrameCollection.Remove(Rotation3DKeyFrame) Method

Definition

Removes a Rotation3DKeyFrame object from the collection.

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

Parameters

keyFrame
Rotation3DKeyFrame

Identifies the Rotation3DKeyFrame to remove from the collection.

Applies to