StyleImageData
StyleImageData =
object
定义于: src/style/style_image.ts:58
样式图像的数据
属性
data
data:
Uint8Array
|Uint8ClampedArray
定义于: src/style/style_image.ts:69
RGBA格式的图像数据
height
height:
number
定义于: src/style/style_image.ts:65
图像的高度(以像素为单位)
width
width:
number
定义于: src/style/style_image.ts:62
图像的宽度(以像素为单位)