BitmapEffect.GetOutput(BitmapEffectInput) Methode

Definition

Achtung

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

Gibt die resultierende BitmapSource zurück, wenn der Effekt auf den angegebenen BitmapEffectInput angewendet wird.

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

Parameter

input
BitmapEffectInput

Die Eingabe, auf die der Effekt angewendet werden soll.

Gibt zurück

BitmapSource

Die BitmapSource mit dem auf die Eingabe angewendeten Effekt.

Attribute

Gilt für