3 references to DrawImage
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (3)
2511Assert.Throws<ArgumentNullException>(() => g.DrawImage(null, Array.Empty<Point>())); 2519Assert.Throws<ArgumentNullException>(() => g.DrawImage(bmp, (Point[])null)); 2527Assert.Throws<ArgumentException>(() => g.DrawImage(bmp, Array.Empty<Point>()));