ICanvasImageData interface

Provides an object that can represent a rectangle of pixels of a given width and height.

Members

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

  • Properties

Properties

The ICanvasImageData interface has these properties.

Property Description

data

Gets the CanvasPixelArray object that contains image data for a given CanvasImageData object.

height

Gets the number of rows of physical device pixels in the CanvasImageData object.

width

Gets the number of physical device pixels in a row of the CanvasImageData 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