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