ImageData

An object representing image data on a canvas

Supported Platform(s)

- BlackBerry OS 6.0+
- BlackBerry PlayBook
- Ripple Emulator

View Supported Platform Table

APIOS 5.0OS 6.0OS 7.0PlayBookRipple
data   Y Y YY
height   Y Y YY
width   Y Y YY

Configuration Document Settings

To use all of the API described for this object, you must ensure the following settings are in your configuration document:

This API does not require a <feature> element to be declared in the configuration document of your BlackBerry WebWorks Application.

Permission Elements (PlayBook Only)
This API does not require a <permission> element to be declared in the configuration document of your BlackBerry WebWorks Application.

API Summary


Properties

Properties:


Property Type Description Supported Platform(s)
data CanvasPixelArray
readonly
The image data
 - BlackBerry OS 6.0+
 - BlackBerry PlayBook
 - Ripple Emulator
height Number
readonly
The number of physical device pixels per row in the image data.
 - BlackBerry OS 6.0+
 - BlackBerry PlayBook
 - Ripple Emulator
width Number
readonly
The number of rows in the image data.
 - BlackBerry OS 6.0+
 - BlackBerry PlayBook
 - Ripple Emulator

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Dec 30 2012 13:31:18 GMT-0500 (EST)