This topic has not yet been rated - Rate this topic

createImageData method

Returns a CanvasImageData object with the given dimensions in CSS pixels.

The canvas element, Section 13Internet Explorer 9

Syntax


 retVal = object.createImageData(width, height);

Parameters

width [in]

Type: number

The width of the new object, in CSS pixels.

height [in]

Type: number

The height of the new object, in CSS pixels.

Standards information

Remarks

When the CanvasImageData object is first created, it contains only pixels that are set to transparent black.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.