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

要插入的指定效果。

实现

适用于