2 references to DrawImage
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
2420Assert.Throws<ArgumentNullException>(() => g.DrawImage(null, new PointF(0, 0))); 2428g.DrawImage(bmp, new PointF(0, 0));