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