GraphicsFillPolygon Method (Color, PointF) |
Fills a polygon defined by points with the specified color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void FillPolygon(
Color color,
params PointF[] points
)
Public Sub FillPolygon (
color As Color,
ParamArray points As PointF()
)
member FillPolygon :
color : Color *
points : PointF[] -> unit
Parameters
- color
- Type: Eto.DrawingColor
Fill color - points
- Type: Eto.DrawingPointF
Points of the polygon
See Also