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