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