Click or drag to resize

SolidBrush Class

Defines a brush with a solid color for use with Graphics fill operations
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public sealed class SolidBrush : Brush

The SolidBrush type exposes the following members.

Constructors
  NameDescription
Public methodSolidBrush
Initializes a new instance of a SolidBrush with the specified color
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the fill color of this brush
Public propertyHandler
Gets the platform handler object for the widget
(Overrides BrushHandler.)
Public propertyStatic memberInstantiator Obsolete.
Gets a delegate to instantiate objects of this type with minimal overhead
Top
See Also