6 references to DrawImage_ImagePointRectangleGraphicsUnit
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (6)
2623
Assert.Throws<ArgumentNullException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
(null));
2629
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([]));
2636
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p]));
2643
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p, p]));
2650
DrawImage_ImagePointRectangleGraphicsUnit
([p, p, p]);
2657
Assert.Throws<NotImplementedException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p, p, p, p]));