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