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


4 5
> **NOTE**
>
Z
zengyawen 已提交
6
> This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version.
Z
zengyawen 已提交
7 8


9
An **ImageBitmap** object stores pixel data rendered on a canvas.
Z
zengyawen 已提交
10 11


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

14
| Name | Type | Description |
Z
zengyawen 已提交
15
| -------- | -------- | -------- |
16 17
| width | number | Actual width of the rectangle on the canvas, in pixels. |
| height | number | Actual height of the rectangle on the canvas, in pixels. |