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