ByteKeyFrameCollection.Remove(ByteKeyFrame) 方法

定义

从集合中移除 ByteKeyFrame 对象。

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

参数

keyFrame
ByteKeyFrame

标识要从集合中删除的 ByteKeyFrame

适用于