GrayscaleImageConverter.Convert(BitmapSource, Object, CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
protected:
override System::Windows::Controls::Image ^ Convert(System::Windows::Media::Imaging::BitmapSource ^ inputImage, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override System.Windows.Controls.Image Convert (System.Windows.Media.Imaging.BitmapSource inputImage, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : System.Windows.Media.Imaging.BitmapSource * obj * System.Globalization.CultureInfo -> System.Windows.Controls.Image
Protected Overrides Function Convert (inputImage As BitmapSource, parameter As Object, culture As CultureInfo) As Image
Parameters
- inputImage
- BitmapSource
- parameter
- Object
If set to a Color, it will be used to bias the final image
- culture
- CultureInfo