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