2 references to s_tooSmallCurve
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
716g.DrawCurve(Pens.Black, s_tooSmallCurve, 0.5f); 739Assert.Throws<ArgumentException>(() => g.DrawCurve(Pens.Black, s_tooSmallCurve, 0, 2, 0.5f));