ImageUtils.TweakBitmap 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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)
參數
- bmp
- Bitmap
- makeHighContrast
- Boolean
適用於
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)
參數
- bmp
- Bitmap
- makeHighContrast
- Boolean
- contrastColor
- Color