SharpPlot Reference > SharpPlot Methods > DrawPolygon Method > (Double[],Double[],FillStyle) SharpPlot.DrawPolygon Method (Double[],Double[],FillStyle)
Draw black polygon from x and y coordinates, and FillStyle – with no edge.
public void DrawPolygon(
double[] xValues,
double[] yValues,
FillStyle polyFill
);
See also ...SharpPlot Members | SharpPlot.DrawPolygon Method
Send comments on this topic © Dyalog Ltd 2021
|