Point3DKeyFrameCollection.Remove(Point3DKeyFrame) Methode

Definition

Entfernt ein Point3DKeyFrame-Objekt aus der Auflistung.

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)

Parameter

keyFrame
Point3DKeyFrame

Gibt den aus der Auflistung zu entfernenden Point3DKeyFrame an.

Gilt für