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