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