# DisplayModeInfo ## 概述 定义输出模式信息。 **起始版本:** 3.2 **相关模块:**[Display](_display_v10.md) ## 汇总 ### Public 属性 | 名称 | 描述 | | -------- | -------- | | int [width](#width) | 像素宽度 | | int [height](#height) | 像素高度 | | unsigned int [freshRate](#freshrate) | 刷新速率 | | int [id](#id) | 模式ID | ## 类成员变量说明 ### freshRate ``` unsigned int DisplayModeInfo::freshRate ``` **描述** 刷新速率 ### height ``` int DisplayModeInfo::height ``` **描述** 像素高度 ### id ``` int DisplayModeInfo::id ``` **描述** 模式ID ### width ``` int DisplayModeInfo::width ``` **描述** 像素宽度