BitmapEffectCollection.IndexOf(BitmapEffect) 메서드

정의

참고: 이 API는 이제 사용되지 않습니다. 사용되는 대체 항목은 Effect입니다. 지정된 BitmapEffect에 있는 첫 번째 인스턴스의 인덱스를 검색합니다.

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

매개 변수

value
BitmapEffect

컬렉션에서 찾을 효과입니다.

반환

Int32

지정된 효과의 인덱스입니다.

구현

적용 대상