BitmapEffectInput Konstruktory

Definicja

Uwaga: ten interfejs API jest teraz przestarzały. Nie przestarzałą alternatywą jest Effect. Inicjuje nowe wystąpienie klasy BitmapEffectInput.

Przeciążenia

BitmapEffectInput()

Uwaga: ten interfejs API jest teraz przestarzały. Nie przestarzałą alternatywą jest Effect. Inicjuje nowe wystąpienie klasy BitmapEffectInput.

BitmapEffectInput(BitmapSource)

Uwaga: ten interfejs API jest teraz przestarzały. Nie przestarzałą alternatywą jest Effect. Inicjuje BitmapEffectInput nowe wystąpienie klasy przy użyciu BitmapSource klasy jako źródła dla tych danych wejściowych.

BitmapEffectInput()

Uwaga: ten interfejs API jest teraz przestarzały. Nie przestarzałą alternatywą jest Effect. Inicjuje nowe wystąpienie klasy BitmapEffectInput.

public:
 BitmapEffectInput();
public BitmapEffectInput ();
Public Sub New ()

Dotyczy

BitmapEffectInput(BitmapSource)

Uwaga: ten interfejs API jest teraz przestarzały. Nie przestarzałą alternatywą jest Effect. Inicjuje BitmapEffectInput nowe wystąpienie klasy przy użyciu BitmapSource klasy jako źródła dla tych danych wejściowych.

public:
 BitmapEffectInput(System::Windows::Media::Imaging::BitmapSource ^ input);
public BitmapEffectInput (System.Windows.Media.Imaging.BitmapSource input);
new System.Windows.Media.Effects.BitmapEffectInput : System.Windows.Media.Imaging.BitmapSource -> System.Windows.Media.Effects.BitmapEffectInput
Public Sub New (input As BitmapSource)

Parametry

input
BitmapSource

Źródło mapy bitowej, które ma być używane przez ten obiekt wejściowy.

Dotyczy