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
)
Public Sub DrawPolygon (
pen As Pen,
ParamArray points As PointF()
)
member DrawPolygon :
pen : Pen *
points : PointF[] -> unit
Parameters
- pen
- Type: Eto.DrawingPen
Pen to draw the polygon lines with - points
- Type: Eto.DrawingPointF
Points of the polygon
See Also