PointKeyFrameCollection.Remove(PointKeyFrame) Methode

Definition

Entfernt ein PointKeyFrame-Objekt aus der Auflistung.

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)

Parameter

keyFrame
PointKeyFrame

Gibt den aus der Auflistung zu entfernenden PointKeyFrame an.

Gilt für