BitmapEffectCollection.Insert(Int32, BitmapEffect) Yöntem

Tanım

Not: Bu API artık kullanımdan kaldırıldı. Eski olmayan alternatif ise şeklindedir Effect. Belirtilen dizinde bu koleksiyona bir BitmapEffect ekler.

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)

Parametreler

index
Int32

Efektin ekleyebileceğiniz dizin.

value
BitmapEffect

Eklenecek belirtilen efekt.

Uygulamalar

Şunlara uygulanır