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