Label.DrawImage(Graphics, Image, Rectangle, ContentAlignment) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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.