DrawPolyline

MetafileRecorderGraphics2D.DrawPolyline method

Draws the polyline.

public void DrawPolyline(Pen pen, Point[] points)
ParameterTypeDescription
penPenPen that determines the color, width, and style of the figure.
pointsPoint[]The points.

See Also