ControlPaint.DrawImageDisabled メソッド
指定したイメージを無効状態で描画します。
Public Shared Sub DrawImageDisabled( _
ByVal graphics As Graphics, _ ByVal image As Image, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal background As Color _)
[C#]
public static void DrawImageDisabled(Graphicsgraphics,Imageimage,intx,inty,Colorbackground);
[C++]
public: static void DrawImageDisabled(Graphics* graphics,Image* image,intx,inty,Colorbackground);
[JScript]
public static function DrawImageDisabled(
graphics : Graphics,image : Image,x : int,y : int,background : Color);
パラメータ
- graphics
描画する Graphics 。 - image
描画する Image 。 - x
輪郭のイメージ左上の x 座標。 - y
輪郭のイメージ左上の y 座標。 - background
イメージの背景の Color 。
解説
background パラメータを使用して、イメージが背景に対して常に表示されるように、無効状態のイメージの塗りつぶし色を計算します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ControlPaint クラス | ControlPaint メンバ | System.Windows.Forms 名前空間 | Image