Click or drag to resize

GraphicsDrawPolygon Method (Pen, PointF)

Draws an outline of a polygon with the specified points

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DrawPolygon(
	Pen pen,
	params PointF[] points
)

Parameters

pen
Type: Eto.DrawingPen
Pen to draw the polygon lines with
points
Type: Eto.DrawingPointF
Points of the polygon
See Also