# IRect ## 概述 定义矩形信息 **相关模块:** [Display](_display.md) ## 汇总 ### Public 属性 | 名称 | 描述 | | -------- | -------- | | [x](_display.md#x-14) | int32_t
矩形框起始x坐标 | | [y](_display.md#y-14) | int32_t
矩形框起始y坐标 | | [w](_display.md#w-12) | int32_t
矩形框宽度 | | [h](_display.md#h-12) | int32_t
矩形框高度 |