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