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