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