3 references to DrawImage
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\Label.cs (2)
971
DrawImage
(e.GraphicsInternal, image, r, align);
975
DrawImage
(e.Graphics, image, r, align);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1167
DrawImage
(e.Graphics, image, ClientRectangle, RtlTranslateAlignment(ImageAlign));