BitmapEffect::GetOutput Method (BitmapEffectInput^)

 
obsoleteCodeEntityT:System.Windows.Media.Effects.Effect Note: This API is now obsolete.

Returns the BitmapSource that results when the effect is applied to the specified BitmapEffectInput.

Namespace:   System.Windows.Media.Effects
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
Return to top
Show: