Graphics.FillPolygon Method (Brush,PointF[]) |
Fills a polygon defined by points with the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void FillPolygon(
Brush brush,
params PointF[] points
)
Public Sub FillPolygon (
brush As Brush,
ParamArray points As PointF()
)
member FillPolygon :
brush : Brush *
points : PointF[] -> unit
Parameters
- brush
- Type: Eto.Drawing.Brush
Brush to fill the polygon - points
- Type:Eto.Drawing.PointF[]
Points of the polygon
See Also