Udostępnij za pośrednictwem


ControlPaint.DrawImageDisabled(Graphics, Image, Int32, Int32, Color) Metoda

Definicja

Rysuje określony obraz w stanie wyłączonym.

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)

Parametry

graphics
Graphics

Narysować Graphics .

image
Image

Rysowanie Image .

x
Int32

Współrzędna x w lewym górnym rogu obrazu obramowania.

y
Int32

Współrzędna y w lewym górnym rogu obrazu obramowania.

background
Color

Tło Color za obrazem.

Uwagi

Parametr background służy do obliczania koloru wypełnienia wyłączonego obrazu, aby był zawsze widoczny w tle.

Dotyczy

Zobacz też