ICanvasLinearGradientFactory Interface

ICanvasLinearGradientFactory interface

Represents a factory for creating linear gradients to be used with the HTML canvas rendering context.

public interface ICanvasLinearGradientFactory

Methods

NameDescription
Create(double, double, double, double, Func<string, Color>)Creates a linear gradient along the line given by the coordinates represented by the parameters.

See Also