• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OhosImageSize
2
3
4## 概述
5
6定义图像大小。
7
8**起始版本:**
9
1010
11
12**相关模块:**
13
14[Image](image.md)
15
16
17## 汇总
18
19
20### 成员变量
21
22| 名称 | 描述 |
23| -------- | -------- |
24| [width](#width) | 像素中的图像宽度,用pixels表示 |
25| [height](#height) | 像素中的图像高度,用pixels表示 |
26
27
28## 结构体成员变量说明
29
30
31### height
32
33```
34int32_t OhosImageSize::height
35```
36
37**描述:**
38
39像素中的图像高度,用pixels表示
40
41
42### width
43
44```
45int32_t OhosImageSize::width
46```
47
48**描述:**
49
50像素中的图像宽度,用pixels表示
51