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