Partager via


BitmapEffect.GetOutput(BitmapEffectInput) Méthode

Définition

Attention

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

Renvoie le BitmapSource qui résulte lorsque l'effet est appliqué au BitmapEffectInput spécifié.

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

Paramètres

input
BitmapEffectInput

Entrée à appliquer à l'effet.

Retours

BitmapSource

BitmapSource avec l'effet appliqué à l'entrée.

Attributs

S’applique à