# Rect ## 概述 矩形的定义。 **相关模块:** [Codec](_codec.md) ## 汇总 ### Public 属性 | 名称 | 描述 | | -------- | -------- | | [width](#width) | int32_t
矩形的宽。  | | [height](#height) | int32_t
矩形的高。  | ## 类成员变量说明 ### height ``` int32_t Rect::height ``` **描述:** 矩形的高。 ### width ``` int32_t Rect::width ``` **描述:** 矩形的宽。