• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Image_Size
2
3
4## 概述
5
6图像大小结构体。
7
8**起始版本:** 12
9
10**相关模块:**[Image_NativeModule](_image___native_module.md)
11
12**所在头文件:**[image_common.h](image__common_8h.md)
13
14
15## 汇总
16
17
18### 成员变量
19
20| 名称 | 描述 |
21| -------- | -------- |
22| uint32_t [width](#width) | 图片的宽,单位:像素。  |
23| uint32_t [height](#height) | 图片的高,单位:像素。  |
24
25
26## 结构体成员变量说明
27
28
29### height
30
31```
32uint32_t Image_Size::height
33```
34**描述**
35图片的高,单位:像素。
36
37
38### width
39
40```
41uint32_t Image_Size::width
42```
43**描述**
44图片的宽,单位:像素。
45