SolidBrushIHandlerCreate Method |
Creates a new solid brush with the specified color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Object Create(
Color color
)
Function Create (
color As Color
) As Object
abstract Create :
color : Color -> Object
Parameters
- color
- Type: Eto.DrawingColor
Color of the brush
Return Value
Type:
ObjectControlObject of the brush to store
See Also