VisualStyleRenderer.DrawImage Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Rysuje określony obraz w określonym prostokącie ograniczenia.
Przeciążenia
DrawImage(Graphics, Rectangle, Image) |
Rysuje określony obraz w określonych granicach. |
DrawImage(Graphics, Rectangle, ImageList, Int32) |
Rysuje obraz z określonego ImageList w określonych granicach. |
DrawImage(Graphics, Rectangle, Image)
Rysuje określony obraz w określonych granicach.
public:
void DrawImage(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Drawing::Image ^ image);
public void DrawImage (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image);
member this.DrawImage : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Image -> unit
Public Sub DrawImage (g As Graphics, bounds As Rectangle, image As Image)
Parametry
Wyjątki
g
lub image
ma wartość null
.
Uwagi
Jeśli styl wizualizacji stosuje jeden z efektów określonych przez System.Windows.Forms.VisualStyles.IconEffect wartości do bieżącego elementu, ta metoda zastosuje efekt do narysowanego obrazu.
Dotyczy
DrawImage(Graphics, Rectangle, ImageList, Int32)
Rysuje obraz z określonego ImageList w określonych granicach.
public:
void DrawImage(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::ImageList ^ imageList, int imageIndex);
public void DrawImage (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.ImageList imageList, int imageIndex);
member this.DrawImage : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ImageList * int -> unit
Public Sub DrawImage (g As Graphics, bounds As Rectangle, imageList As ImageList, imageIndex As Integer)
Parametry
Wyjątki
g
lub image
ma wartość null
.
imageIndex
wartość jest mniejsza niż 0 lub większa lub równa liczbie obrazów w elemecie imageList
.
Uwagi
Jeśli styl wizualizacji stosuje jeden z efektów określonych przez System.Windows.Forms.VisualStyles.IconEffect wartości do bieżącego elementu, ta metoda zastosuje efekt do narysowanego obrazu.