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