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