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