Click or drag to resize

SolidBrushIHandler Interface

Platform handler interface for SolidBrush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : BrushIHandler

The SolidBrushIHandler type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new solid brush with the specified color
Public methodGetColor
Gets the current fill color of the specified brush
Public methodSetColor
Sets the fill color of the specified brush
Top
See Also