ImageUtils.TweakBitmap Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| 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)
Paramètres
- bmp
- Bitmap
- makeHighContrast
- Boolean
S’applique à
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)
Paramètres
- bmp
- Bitmap
- makeHighContrast
- Boolean
- contrastColor
- Color