BitmapEffect.GetOutput(BitmapEffectInput) Metoda

Definicja

Przestroga

BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.

BitmapSource Zwraca wynik, gdy efekt jest stosowany do określonego BitmapEffectInputelementu .

public:
 System::Windows::Media::Imaging::BitmapSource ^ GetOutput(System::Windows::Media::Effects::BitmapEffectInput ^ input);
public System.Windows.Media.Imaging.BitmapSource GetOutput (System.Windows.Media.Effects.BitmapEffectInput input);
[System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
public System.Windows.Media.Imaging.BitmapSource GetOutput (System.Windows.Media.Effects.BitmapEffectInput input);
member this.GetOutput : System.Windows.Media.Effects.BitmapEffectInput -> System.Windows.Media.Imaging.BitmapSource
[<System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>]
member this.GetOutput : System.Windows.Media.Effects.BitmapEffectInput -> System.Windows.Media.Imaging.BitmapSource
Public Function GetOutput (input As BitmapEffectInput) As BitmapSource

Parametry

input
BitmapEffectInput

Dane wejściowe, do których ma zastosowanie efekt.

Zwraca

BitmapSource

Element BitmapSource z efektem zastosowanym do danych wejściowych.

Atrybuty

Dotyczy