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

适用于