Click or drag to resize

SolidBrushIHandlerGetColor Method

Gets the current fill color of the specified brush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Color GetColor(
	SolidBrush widget
)

Parameters

widget
Type: Eto.DrawingSolidBrush
Widget to get the color for

Return Value

Type: Color
Color of the specified brush
See Also