4 references to DrawImage
System.Drawing.Common.Tests (4)
mono\System.Drawing\GraphicsTests.cs (4)
2418
Assert.Throws<ArgumentNullException>(() => g.
DrawImage
(null, Array.Empty<PointF>()));
2426
Assert.Throws<ArgumentNullException>(() => g.
DrawImage
(bmp, (PointF[])null));
2434
Assert.Throws<ArgumentException>(() => g.
DrawImage
(bmp, Array.Empty<PointF>()));
2442
g.
DrawImage
(bmp, new PointF[]