Click or drag to resize

Brush Class

Base brush class to use when calling fill methods of a Graphics object
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class Brush : IHandlerSource, 
	IControlObjectSource, IDisposable

The Brush type exposes the following members.

Constructors
  NameDescription
Protected methodBrush
Initializes a new instance of the Brush class
Top
Properties
  NameDescription
Public propertyControlObject
Gets or sets the control object for this widget
Public propertyHandler
Gets the platform handler object for the widget
Top
Methods
  NameDescription
Public methodDispose
Releases all resource used by the Brush object.
Protected methodDispose(Boolean)
Disposes the brush
Top
See Also