3 references to DrawImage_ImageRectangleRectangleGraphicsUnit
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (3)
2604Assert.Throws<ArgumentException>(() => DrawImage_ImageRectangleRectangleGraphicsUnit(GraphicsUnit.Display)); 2611DrawImage_ImageRectangleRectangleGraphicsUnit(GraphicsUnit.Pixel); 2617Assert.Throws<ArgumentException>(() => DrawImage_ImageRectangleRectangleGraphicsUnit(GraphicsUnit.World));