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