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
)
Function GetColor (
widget As SolidBrush
) As Color
abstract GetColor :
widget : SolidBrush -> Color
Parameters
- widget
- Type: Eto.DrawingSolidBrush
Widget to get the color for
Return Value
Type:
ColorColor of the specified brush
See Also