ts-components-canvas-imagebitmap.md 784 字节
Newer Older
Z
zengyawen 已提交
1
# ImageBitmap
Z
zengyawen 已提交
2 3


Z
zengyawen 已提交
4 5
> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE:**
> This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version.
Z
zengyawen 已提交
6 7


Z
zengyawen 已提交
8
**CanvasImageData** stores pixel data rendered on a canvas.
Z
zengyawen 已提交
9 10


Z
zengyawen 已提交
11
## Attributes
Z
zengyawen 已提交
12

Z
zengyawen 已提交
13 14 15 16 17
  | Name | Type | Description | 
| -------- | -------- | -------- |
| width | number | Actual width of the rectangle on the canvas, in pixels. | 
| height | number | Actual height of the rectangle on the canvas, in pixels. | 
| data | <Uint8ClampedArray> | A one-dimensional array of color values. The values range from 0 to 255. |