Label.DrawImage(Graphics, Image, Rectangle, ContentAlignment) Método

Definição

Desenha um Image dentro dos limites especificados.

protected:
 void DrawImage(System::Drawing::Graphics ^ g, System::Drawing::Image ^ image, System::Drawing::Rectangle r, System::Drawing::ContentAlignment align);
protected void DrawImage (System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align);
member this.DrawImage : System.Drawing.Graphics * System.Drawing.Image * System.Drawing.Rectangle * System.Drawing.ContentAlignment -> unit
Protected Sub DrawImage (g As Graphics, image As Image, r As Rectangle, align As ContentAlignment)

Parâmetros

g
Graphics

A superfície Graphics na qual desenhar.

image
Image

O Image a ser desenhado.

r
Rectangle

Os limites de Rectangle dentro dos quais desenhar.

align
ContentAlignment

O alinhamento da imagem a ser desenhado no Label.

Notas aos Herdeiros

Ao criar seu próprio controle do Labelqual deriva, você pode usar esse método para desenhar imagens na superfície do controle.

Aplica-se a

Confira também