3 references to DrawImageUnscaled
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
2781
Assert.Throws<ArgumentNullException>(() => g.
DrawImageUnscaled
(null, new Rectangle(0, 0, -1, -1)));
2789
g.
DrawImageUnscaled
(bmp, new Rectangle(0, 0, -1, -1));
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1647
graphics.
DrawImageUnscaled
(bitmap, imageBounds);