2 references to DrawCurve
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
968DrawCurve(pen, points, offset, numberOfSegments, 0.5f); 973DrawCurve(pen, points.OrThrowIfNull().AsSpan(), offset, numberOfSegments, tension);