Rotation3DKeyFrameCollection.Remove(Rotation3DKeyFrame) 方法

定義

從集合中移除 Rotation3DKeyFrame 物件。

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)

參數

keyFrame
Rotation3DKeyFrame

識別要從集合中移除的 Rotation3DKeyFrame

適用於