BitmapEffectCollection.Insert(Int32, BitmapEffect) 메서드

정의

참고: 이 API는 이제 사용되지 않습니다. 사용되는 대체 항목은 Effect입니다. 이 컬렉션의 지정된 인덱스에 BitmapEffect를 삽입합니다.

public:
 virtual void Insert(int index, System::Windows::Media::Effects::BitmapEffect ^ value);
public void Insert (int index, System.Windows.Media.Effects.BitmapEffect value);
abstract member Insert : int * System.Windows.Media.Effects.BitmapEffect -> unit
override this.Insert : int * System.Windows.Media.Effects.BitmapEffect -> unit
Public Sub Insert (index As Integer, value As BitmapEffect)

매개 변수

index
Int32

효과를 삽입할 인덱스입니다.

value
BitmapEffect

삽입할 지정된 효과입니다.

구현

적용 대상