ICanvasGradient interface

Specifies an object that represents a color gradient on a CanvasRenderingContext2D object.

Members

The ICanvasGradient interface inherits from the IDispatch interface. ICanvasGradient also has these types of members:

  • Methods

Methods

The ICanvasGradient interface has these methods.

Method Description
addColorStop

Adds the specified colors and the position in a CanvasGradient object.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch