ThemedImageSourceConverter.ConvertCore Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| 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
Parâmetros
- inputImage
- ImageSource
- backgroundColor
- Color
- isEnabled
- Boolean
- parameter
- Object
Retornos
Aplica-se a
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
Parâmetros
- inputImage
- ImageSource
- backgroundColor
- Color
- isEnabled
- Boolean
- isHighContrast
- Boolean
- parameter
- Object