Device.DrawPolyline

DrawPolyline(int[], int[], int)

Draws a polyline.

public virtual void DrawPolyline(int[] xPoints, int[] yPoints, int nPoints)
ParameterTypeDescription
xPointsInt32[]X coordinates of points.
yPointsInt32[]Y coordinate of points.
nPointsInt32The number of points.

See Also


DrawPolyline(double[], double[], int)

Draws a polyline.

public virtual void DrawPolyline(double[] xPoints, double[] yPoints, int nPoints)
ParameterTypeDescription
xPointsDouble[]X coordinates of points.
yPointsDouble[]Y coordinate of points.
nPointsInt32The number of points.

See Also