言語

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

挿入する指定した効果。

実装

適用対象