6 references to DrawImage_ImagePointFRectangleGraphicsUnit
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (6)
2699
Assert.Throws<ArgumentNullException>(() =>
DrawImage_ImagePointFRectangleGraphicsUnit
(null));
2705
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointFRectangleGraphicsUnit
([]));
2712
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointFRectangleGraphicsUnit
([p]));
2719
Assert.Throws<ArgumentException>(() =>
DrawImage_ImagePointFRectangleGraphicsUnit
([p, p]));
2726
DrawImage_ImagePointFRectangleGraphicsUnit
([p, p, p]);
2733
Assert.Throws<NotImplementedException>(() =>
DrawImage_ImagePointFRectangleGraphicsUnit
([p, p, p, p]));