6 references to DrawImage_ImagePointRectangleGraphicsUnit
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (6)
2641
Assert.Throws<ArgumentNullException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
(null));
2647
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([]));
2654
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p]));
2661
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p, p]));
2668
DrawImage_ImagePointRectangleGraphicsUnit
([p, p, p]);
2675
Assert.Throws<NotImplementedException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p, p, p, p]));