1 reference to DrawCurve
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1000
public void DrawCurve(Pen pen, params Point[] points) =>
DrawCurve
(pen, points.OrThrowIfNull().AsSpan());