ICanvasGradient Interface

ICanvasGradient interface

Represents an opaque object describing a gradient.

public interface ICanvasGradient

Methods

NameDescription
addColorStop(double, String)Adds a new stop, defined by an offset and a color, to the gradient.

See Also