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

Visual Studio 2015
 

Converts the image.

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

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

Parameters

image
Type: System.Windows.Media.Imaging::BitmapSource^

The image.

parameter
Type: System::Object^

The parameter.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: System.Windows.Media.Imaging::BitmapSource^

The converted BitmapSource.

Return to top
Show: