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

要插入的指定效果。

實作

適用於