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