BitmapEffectCollection.Insert(Int32, BitmapEffect) Méthode

Définition

Remarque : cette API est maintenant obsolète. L'alternative non obsolète est Effect. Insère un effet BitmapEffect dans la collection au niveau de l'index spécifié.

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)

Paramètres

index
Int32

Index au niveau duquel insérer l'effet.

value
BitmapEffect

Effet spécifié à insérer.

Implémente

S’applique à