ThemedImageSourceConverter.ConvertCore 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.
Overloads
ConvertCore(ImageSource, Color, Boolean, Object) | |
ConvertCore(ImageSource, Color, Boolean, Boolean, Object) |
ConvertCore(ImageSource, Color, Boolean, Object)
public:
static System::Windows::Media::ImageSource ^ ConvertCore(System::Windows::Media::ImageSource ^ inputImage, System::Windows::Media::Color backgroundColor, bool isEnabled, System::Object ^ parameter);
public static System.Windows.Media.ImageSource ConvertCore (System.Windows.Media.ImageSource inputImage, System.Windows.Media.Color backgroundColor, bool isEnabled, object parameter);
static member ConvertCore : System.Windows.Media.ImageSource * System.Windows.Media.Color * bool * obj -> System.Windows.Media.ImageSource
Public Shared Function ConvertCore (inputImage As ImageSource, backgroundColor As Color, isEnabled As Boolean, parameter As Object) As ImageSource
Parameters
- inputImage
- ImageSource
- backgroundColor
- Color
- isEnabled
- Boolean
- parameter
- Object
Returns
Applies to
ConvertCore(ImageSource, Color, Boolean, Boolean, Object)
public:
static System::Windows::Media::ImageSource ^ ConvertCore(System::Windows::Media::ImageSource ^ inputImage, System::Windows::Media::Color backgroundColor, bool isEnabled, bool isHighContrast, System::Object ^ parameter);
public static System.Windows.Media.ImageSource ConvertCore (System.Windows.Media.ImageSource inputImage, System.Windows.Media.Color backgroundColor, bool isEnabled, bool isHighContrast, object parameter);
static member ConvertCore : System.Windows.Media.ImageSource * System.Windows.Media.Color * bool * bool * obj -> System.Windows.Media.ImageSource
Public Shared Function ConvertCore (inputImage As ImageSource, backgroundColor As Color, isEnabled As Boolean, isHighContrast As Boolean, parameter As Object) As ImageSource
Parameters
- inputImage
- ImageSource
- backgroundColor
- Color
- isEnabled
- Boolean
- isHighContrast
- Boolean
- parameter
- Object