6 references to DrawImage_ImagePointRectangleGraphicsUnit
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (6)
2642
Assert.Throws<ArgumentNullException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
(null));
2648
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([]));
2655
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p]));
2662
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p, p]));
2669
DrawImage_ImagePointRectangleGraphicsUnit
([p, p, p]);
2676
Assert.Throws<NotImplementedException>(() =>
DrawImage_ImagePointRectangleGraphicsUnit
([p, p, p, p]));