2 references to DrawImage
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
2686
Assert.Throws<ArgumentNullException>(() => g.
DrawImage
(null, pts, r, GraphicsUnit.Pixel));
2694
g.
DrawImage
(bmp, pts, r, GraphicsUnit.Pixel);