バージョン

CreateDisabledImage(Image,Color,ImageAttributes) メソッド

指定された画像の無効なコピーを作成します
シンタックス
'宣言
 
Public Overloads Shared Function CreateDisabledImage( _
   ByVal original As Image, _
   ByVal backColor As Color, _
   ByVal imgAttributes As ImageAttributes _
) As Image
public static Image CreateDisabledImage( 
   Image original,
   Color backColor,
   ImageAttributes imgAttributes
)

パラメータ

original
オリジナルの画像
backColor
画像の背景を塗りつぶすために使用される背景色
imgAttributes
イメージのコピーに使用するイメージ属性。

戻り値の型

無効として描画される指定された画像のコピー
参照