Condividi tramite


BitmapEffectCollection.IndexOf(BitmapEffect) Metodo

Definizione

Nota: questa API è ora obsoleta. L'alternativa non obsoleta è Effect. Recupera l'indice della prima istanza dell'elemento BitmapEffect specificato.

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

Parametri

value
BitmapEffect

Effetto da trovare nell'insieme.

Restituisce

Int32

Indice dell'effetto specificato.

Implementazioni

Si applica a