ImageUtils.TweakBitmap 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
TweakBitmap(Bitmap, Boolean) | |
TweakBitmap(Bitmap, Boolean, Color) |
TweakBitmap(Bitmap, Boolean)
public:
static void TweakBitmap(System::Drawing::Bitmap ^ bmp, bool makeHighContrast);
public static void TweakBitmap (System.Drawing.Bitmap bmp, bool makeHighContrast);
static member TweakBitmap : System.Drawing.Bitmap * bool -> unit
Public Shared Sub TweakBitmap (bmp As Bitmap, makeHighContrast As Boolean)
Parâmetros
- bmp
- Bitmap
- makeHighContrast
- Boolean
Aplica-se a
TweakBitmap(Bitmap, Boolean, Color)
public:
static void TweakBitmap(System::Drawing::Bitmap ^ bmp, bool makeHighContrast, System::Drawing::Color contrastColor);
public static void TweakBitmap (System.Drawing.Bitmap bmp, bool makeHighContrast, System.Drawing.Color contrastColor);
static member TweakBitmap : System.Drawing.Bitmap * bool * System.Drawing.Color -> unit
Public Shared Sub TweakBitmap (bmp As Bitmap, makeHighContrast As Boolean, contrastColor As Color)
Parâmetros
- bmp
- Bitmap
- makeHighContrast
- Boolean
- contrastColor
- Color