Udostępnij za pośrednictwem


VisualStyleRenderer.DrawImage Metoda

Definicja

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

g
Graphics

Używany Graphics do rysowania obrazu.

bounds
Rectangle

Element Rectangle , w którym jest rysowany obraz.

image
Image

Element Image do rysowania.

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

g
Graphics

Używany Graphics do rysowania obrazu.

bounds
Rectangle

Element Rectangle , w którym jest rysowany obraz.

imageList
ImageList

Element ImageList zawierający Image obiekt do rysowania.

imageIndex
Int32

Indeks wewnątrz Image imageList do rysowania.

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.

Dotyczy