GraphicsDrawPolygon Method (Color, PointF) |
Draws a 1 pixel wide 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(
Color color,
params PointF[] points
)
Public Sub DrawPolygon (
color As Color,
ParamArray points As PointF()
)
member DrawPolygon :
color : Color *
points : PointF[] -> unit
Parameters
- color
- Type: Eto.DrawingColor
Color to draw the polygon lines - points
- Type: Eto.DrawingPointF
Points of the polygon
See Also