Method FillPolygon
FillPolygon(Brush, ReadOnlySpan<PointD>, FillMode)
Fills the interior of a polygon defined by an array of PointD structures.
public abstract void FillPolygon(Brush brush, ReadOnlySpan<PointD> points, FillMode fillMode = FillMode.Alternate)