Click or drag to resize

LinearGradientBrush Class

Brush with a linear gradient at an angle
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class LinearGradientBrush : Brush, 
	ITransformBrush

The LinearGradientBrush type exposes the following members.

Constructors
  NameDescription
Public methodLinearGradientBrush(Color, Color, PointF, PointF)
Initializes a new instance of the LinearGradientBrush class between two points
Public methodLinearGradientBrush(RectangleF, Color, Color, Single)
Initializes a new instance of the LinearGradientBrush class with a given rectangle and angle
Top
Properties
  NameDescription
Public propertyHandler
Gets the platform handler object for the widget
(Overrides BrushHandler.)
Public propertyStatic memberInstantiator Obsolete.
Gets a delegate to instantiate LinearGradientBrush objects
Public propertyTransform
Gets or sets the transform to apply to the gradient
Public propertyWrap
Gets or sets the wrap mode for the gradient
Top
See Also