BitmapEffectCollection.IndexOf(BitmapEffect) Metoda

Definice

Poznámka: Toto rozhraní API je teď zastaralé. Neaktuální alternativou je Effect. Načte index první instance zadané BitmapEffectinstance .

public:
 virtual int IndexOf(System::Windows::Media::Effects::BitmapEffect ^ value);
public int IndexOf (System.Windows.Media.Effects.BitmapEffect value);
abstract member IndexOf : System.Windows.Media.Effects.BitmapEffect -> int
override this.IndexOf : System.Windows.Media.Effects.BitmapEffect -> int
Public Function IndexOf (value As BitmapEffect) As Integer

Parametry

value
BitmapEffect

Efekt, který se má v kolekci najít.

Návraty

Int32

Index zadaného efektu.

Implementuje

Platí pro