Click or drag to resize

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
)

Parameters

color
Type: Eto.DrawingColor
Color of the brush

Return Value

Type: Object
ControlObject of the brush to store
See Also