BitmapEffect.GetOutput(BitmapEffectInput) 方法

定义

注意

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

返回在将效果应用于指定的 BitmapSource 时得到的 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

参数

input
BitmapEffectInput

要应用效果的输入。

返回

BitmapSource

效果应用于输入的 BitmapSource

属性

适用于