ThemedImageSourceConverter.Convert 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::Media::ImageSource ^ Convert(System::Windows::Media::ImageSource ^ inputImage, System::Windows::Media::Color backgroundColor, bool isEnabled, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override System.Windows.Media.ImageSource Convert (System.Windows.Media.ImageSource inputImage, System.Windows.Media.Color backgroundColor, bool isEnabled, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : System.Windows.Media.ImageSource * System.Windows.Media.Color * bool * obj * System.Globalization.CultureInfo -> System.Windows.Media.ImageSource
Protected Overrides Function Convert (inputImage As ImageSource, backgroundColor As Color, isEnabled As Boolean, parameter As Object, culture As CultureInfo) As ImageSource
Parameters
- inputImage
- ImageSource
- backgroundColor
- Color
- isEnabled
- Boolean
- parameter
- Object
- culture
- CultureInfo
Returns
Returns ImageSource.