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