2 references to DrawLines
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
2363public void DrawLines(Pen pen, params PointF[] points) => DrawLines(pen, points.OrThrowIfNull().AsSpan());
System.Windows.Forms (1)
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
273graphics.DrawLines(pen, [first, second, third]);