ICanvasLinearGradientFactory Interface
ICanvasLinearGradientFactory interface
Represents a factory for creating linear gradients to be used with the HTML canvas rendering context.
public interface ICanvasLinearGradientFactory
Methods
Name | Description |
---|---|
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
- namespace Aspose.Svg.Dom.Canvas
- assembly Aspose.SVG