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