このメソッドは、エラーを inputBitmap にオーバーレイします。
名前空間 : Microsoft.Data.Schema.Common
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Shared Function CreateErrorBitmap ( _
inputBitmap As Bitmap, _
transparentColor As Color _
) As Bitmap
'使用
Dim inputBitmap As Bitmap
Dim transparentColor As Color
Dim returnValue As Bitmap
returnValue = ImageUtilities.CreateErrorBitmap(inputBitmap, _
transparentColor)
public static Bitmap CreateErrorBitmap(
Bitmap inputBitmap,
Color transparentColor
)
public:
static Bitmap^ CreateErrorBitmap(
Bitmap^ inputBitmap,
Color transparentColor
)
public static function CreateErrorBitmap(
inputBitmap : Bitmap,
transparentColor : Color
) : Bitmap
パラメータ
- inputBitmap
型 : System.Drawing.Bitmap
Bitmap 影響を受けるアイコン
- transparentColor
型 : System.Drawing.Color
Color オーバーレイの透明色
戻り値
型 : System.Drawing.Bitmap
Bitmap は、変更されたアイコンです。