6 references to DrawImage_ImagePointFRectangleGraphicsUnit
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (6)
2700Assert.Throws<ArgumentNullException>(() => DrawImage_ImagePointFRectangleGraphicsUnit(null)); 2706Assert.Throws<ArgumentException>(() => DrawImage_ImagePointFRectangleGraphicsUnit([])); 2713Assert.Throws<ArgumentException>(() => DrawImage_ImagePointFRectangleGraphicsUnit([p])); 2720Assert.Throws<ArgumentException>(() => DrawImage_ImagePointFRectangleGraphicsUnit([p, p])); 2727DrawImage_ImagePointFRectangleGraphicsUnit([p, p, p]); 2734Assert.Throws<NotImplementedException>(() => DrawImage_ImagePointFRectangleGraphicsUnit([p, p, p, p]));