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