ThemedImageSourceConverter.ConvertCore Метод

Определение

Перегрузки

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

Параметры

inputImage
ImageSource
backgroundColor
Color
isEnabled
Boolean
parameter
Object

Возвращаемое значение

ImageSource

Применяется к

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

Параметры

inputImage
ImageSource
backgroundColor
Color
isEnabled
Boolean
isHighContrast
Boolean
parameter
Object

Возвращаемое значение

ImageSource

Применяется к