2 references to DrawCurve
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1022
DrawCurve
(pen, points.OrThrowIfNull().AsSpan(), tension);
System.Drawing.Common.Tests (1)
mono\System.Drawing\GraphicsTests.cs (1)
728
Assert.Throws<ArgumentException>(() => g.
DrawCurve
(Pens.Black, [new(10, 10)], 0.5f));