GrayscaleImageConverter::Convert Method (BitmapSource^, Object^, CultureInfo^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

protected:
virtual Image^ Convert(
	BitmapSource^ inputImage,
	Object^ parameter,
	CultureInfo^ culture
) override

Parameters

inputImage
Type: System.Windows.Media.Imaging::BitmapSource^
parameter
Type: System::Object^

If set to a Color, it will be used to bias the final image

culture
Type: System.Globalization::CultureInfo^

Return Value

Type: System.Windows.Controls::Image^

Return to top
Show: