Click or drag to resize

RadialGradientBrush.IHandler Interface

Handler interface for the RadialGradientBrush

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

The RadialGradientBrush.IHandler type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new radial gradient brush object.
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