Click or drag to resize

SolidBrushIHandlerSetColor Method

Sets the fill color of the specified brush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetColor(
	SolidBrush widget,
	Color color
)

Parameters

widget
Type: Eto.DrawingSolidBrush
Widget to set the color for
color
Type: Eto.DrawingColor
Color to fill
See Also