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