次の方法で共有


ImageUtilities.CreateErrorBitmap メソッド

このメソッドは、エラーを 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

パラメータ

戻り値

型 : System.Drawing.Bitmap
Bitmap は、変更されたアイコンです。

参照

参照

ImageUtilities クラス

ImageUtilities メンバ

Microsoft.Data.Schema.Common 名前空間