BitmapEffectCollection.Insert(Int32, BitmapEffect) Metoda

Definice

Poznámka: Toto rozhraní API je teď zastaralé. Nezastaralá alternativa je Effect. Vloží BitmapEffect objekt do této kolekce v zadaném indexu.

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)

Parametry

index
Int32

Index, na který chcete efekt vložit.

value
BitmapEffect

Zadaný efekt, který se má vložit.

Implementuje

Platí pro