BitmapEffectCollection.Remove(BitmapEffect) Method

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Removes the first occurrence of the specified BitmapEffect for this collection.

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

Parameters

value
BitmapEffect

The effect to remove from the collection.

Returns

true if value was removed; otherwise, false.

Implements

Applies to