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