BitmapEffectCollection.Insert(Int32, BitmapEffect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意:這個 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
要插入的指定效果。