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