ControlPaint.DrawImageDisabled(Graphics, Image, Int32, Int32, Color) Yöntem

Tanım

Belirtilen görüntüyü devre dışı durumda çizer.

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)

Parametreler

graphics
Graphics

Üzerine Graphics çizecek olan.

image
Image

Çizecek Image olan.

x
Int32

Kenarlık resminin sol üst köşesindeki x koordinatı.

y
Int32

Kenarlık resminin sol üst köşesindeki y koordinatı.

background
Color

Görüntünün Color arkasındaki arka plan.

Açıklamalar

background parametresi, devre dışı bırakılan görüntünün dolgu rengini hesaplamak için kullanılır, böylece her zaman arka planda görünür olur.

Şunlara uygulanır

Ayrıca bkz.