ControlPaint.DrawImageDisabled(Graphics, Image, Int32, Int32, Color) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したイメージを無効状態で描画します。
public:
static void DrawImageDisabled(System::Drawing::Graphics ^ graphics, System::Drawing::Image ^ image, int x, int y, System::Drawing::Color background);
public static void DrawImageDisabled (System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background);
static member DrawImageDisabled : System.Drawing.Graphics * System.Drawing.Image * int * int * System.Drawing.Color -> unit
Public Shared Sub DrawImageDisabled (graphics As Graphics, image As Image, x As Integer, y As Integer, background As Color)
パラメーター
- x
- Int32
輪郭のイメージ左上の x 座標。
- y
- Int32
輪郭のイメージ左上の y 座標。
注釈
この background
パラメーターは、無効なイメージの塗りつぶしの色を計算するために使用され、常に背景に対して表示されます。