BitmapEffectCollection.Remove(BitmapEffect) 方法

定义

注意:此 API 现在已过时。 未过时的替代项为 Effect。 从此集合中移除指定 BitmapEffect 的第一个匹配项。

public:
 virtual bool Remove(System::Windows::Media::Effects::BitmapEffect ^ value);
public bool Remove (System.Windows.Media.Effects.BitmapEffect value);
abstract member Remove : System.Windows.Media.Effects.BitmapEffect -> bool
override this.Remove : System.Windows.Media.Effects.BitmapEffect -> bool
Public Function Remove (value As BitmapEffect) As Boolean

参数

value
BitmapEffect

要从集合中删除的效果。

返回

如果移除了 value,则为 true;否则为 false

实现

适用于