ImageUtils.TweakBitmap メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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