BitmapEffect.GetOutput(BitmapEffectInput) Methode

Definitie

Let op

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

Retourneert de BitmapSource resultaten wanneer het effect wordt toegepast op de opgegeven BitmapEffectInput.

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

Parameters

input
BitmapEffectInput

De invoer om het effect op toe te passen.

Retouren

Het BitmapSource effect dat is toegepast op de invoer.

Kenmerken

Van toepassing op