DrawPolygon

MetafileRecorderGraphics2D.DrawPolygon method

Draws the polygon.

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

See Also