BitmapEffect::GetOutput Method (BitmapEffectInput^)
.NET Framework (current version)
Returns the BitmapSource that results when the effect is applied to the specified BitmapEffectInput.
Assembly: PresentationCore (in PresentationCore.dll)
public: [ObsoleteAttribute("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")] BitmapSource^ GetOutput( BitmapEffectInput^ input )
Parameters
- input
-
Type:
System.Windows.Media.Effects::BitmapEffectInput^
The input to apply the effect to.
Return Value
Type: System.Windows.Media.Imaging::BitmapSource^The BitmapSource with the effect applied to the input.
.NET Framework
Available since 3.0
Available since 3.0
Show: