1 reference to AddPolygon
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
752
public void AddPolygon(params Point[] points) =>
AddPolygon
(points.OrThrowIfNull().AsSpan());