Click or drag to resize

LinearGradientBrushIHandler Interface

Handler interface for the LinearGradientBrush

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

The LinearGradientBrushIHandler type exposes the following members.

Methods
  NameDescription
Public methodCreate(Color, Color, PointF, PointF)
Creates a linear gradient brush
Public methodCreate(RectangleF, Color, Color, Single)
Create the specified rectangle, startColor, endColor and angle.
Public methodGetGradientWrap
Gets the gradient wrap mode
Public methodGetTransform
Gets the transform for the specified brush
Public methodSetGradientWrap
Sets the gradient wrap mode
Public methodSetTransform
Sets the transform for the specified brush
Top
See Also