9 references to DrawImage
System.Drawing (6)
commonui\System\Drawing\Graphics.cs (6)
2685
this.
DrawImage
(icon.ToBitmap(), x, y);
2808
DrawImage
(image, point.X, point.Y);
2865
DrawImage
(image, point.X, point.Y);
2872
DrawImage
(image, x, y);
2879
DrawImage
(image, rect.X, rect.Y);
2886
DrawImage
(image, x, y);
System.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
139
g.
DrawImage
(errorIcon, 2, barHeight + 3);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1371
graphics.
DrawImage
(bitmap, x, y);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
474
e.Graphics.
DrawImage
(paintBufferBitmap, 0, 0);