Click or drag to resize

GraphicsFillPolygon 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
Syntax
public void FillPolygon(
	Brush brush,
	params PointF[] points
)

Parameters

brush
Type: Eto.DrawingBrush
Brush to fill the polygon
points
Type: Eto.DrawingPointF
Points of the polygon
See Also