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

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

구현

적용 대상