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