5 references to DrawImage
System.Drawing (2)
commonui\System\Drawing\Bitmap.cs (1)
594graphics.DrawImage(this, rectangle,
commonui\System\Drawing\Graphics.cs (1)
3351DrawImage(image, destRect, srcX, srcY, srcWidth, srcHeight, srcUnit, imageAttr, callback, IntPtr.Zero);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ControlPaint.cs (3)
1383graphics.DrawImage(bitmap, new Rectangle(x, y, width, height), 0, 0, width, height, GraphicsUnit.Pixel, attrs, null, IntPtr.Zero); 1524g.DrawImage(image, dest, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, attrs, null, IntPtr.Zero); 1536graphics.DrawImage(image, destination, 0,0, image.Width, image.Height,