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