ThemedImageSourceConverter.ConvertCore Method

Definition

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

Returns

Applies to