SharpPlot Reference > SharpPlot Methods > DrawPolygon Method > (Double[],Double[],Color,Double)

SharpPlot.DrawPolygon Method (Double[],Double[],Color,Double)

Draw polygon from x and y coordinates, Color, and edge width – with no fill.

public void DrawPolygon(
    double[] xValues,
    double[] yValues,
    Color polyColor,
    double edgeWidth
);

See also ...

SharpPlot Members | SharpPlot.DrawPolygon Method


Send comments on this topic
© Dyalog Ltd 2021