ICanvasRadialGradientFactory Interface
ICanvasRadialGradientFactory interface
Represents a factory for creating radial gradients to be used with the HTML canvas rendering context.
public interface ICanvasRadialGradientFactory
Methods
Name | Description |
---|---|
Create(double, double, double, double, double, double, Func<string, Color>) | Creates a radial gradient given by the coordinates of the two circles represented by the parameters. |
See Also
- namespace Aspose.Svg.Dom.Canvas
- assembly Aspose.SVG