Click or drag to resize

SolidBrush.IHandler.SetColor 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.Drawing.SolidBrush
Widget to set the color for
color
Type: Eto.Drawing.Color
Color to fill
See Also