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
)
Sub SetColor (
widget As SolidBrush,
color As Color
)
abstract SetColor :
widget : SolidBrush *
color : Color -> unit
Parameters
- widget
- Type: Eto.DrawingSolidBrush
Widget to set the color for - color
- Type: Eto.DrawingColor
Color to fill
See Also