1# DisplayModeInfo
2
3
4## 概述
5
6定义输出模式信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Display](_display_v10.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [width](#width) | 像素宽度  |
21| int [height](#height) | 像素高度  |
22| unsigned int [freshRate](#freshrate) | 刷新速率  |
23| int [id](#id) | 模式ID  |
24
25
26## 类成员变量说明
27
28
29### freshRate
30
31```
32unsigned int DisplayModeInfo::freshRate
33```
34**描述**
35
36刷新速率
37
38
39### height
40
41```
42int DisplayModeInfo::height
43```
44**描述**
45
46像素高度
47
48
49### id
50
51```
52int DisplayModeInfo::id
53```
54**描述**
55
56模式ID
57
58
59### width
60
61```
62int DisplayModeInfo::width
63```
64**描述**
65
66像素宽度
67