2 references to DrawImageUnscaled
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
2765
Assert.Throws<ArgumentNullException>(() => g.
DrawImageUnscaled
(null, new Point(0, 0)));
2773
g.
DrawImageUnscaled
(bmp, new Point(0, 0));