BitmapEffectCollection.Add(BitmapEffect) 方法

定義

注意:這個 API 現在已經過時。 非過時的替代方式是 Effect。 在集合的結尾處加入 BitmapEffect

public:
 virtual void Add(System::Windows::Media::Effects::BitmapEffect ^ value);
public void Add (System.Windows.Media.Effects.BitmapEffect value);
abstract member Add : System.Windows.Media.Effects.BitmapEffect -> unit
override this.Add : System.Windows.Media.Effects.BitmapEffect -> unit
Public Sub Add (value As BitmapEffect)

參數

value
BitmapEffect

要加入集合結尾的 BitmapEffect

實作

適用於