1# Rect 2 3 4## **概述** 5 6矩形的定义。 7 8**相关模块:** 9 10[Codec](codec.md) 11 12 13## **汇总** 14 15 16### Public 属性 17 18 | 名称 | 描述 | 19| -------- | -------- | 20| [width](#width) | 矩形的宽。 | 21| [height](#height) | 矩形的高。 | 22 23 24## **类成员变量说明** 25 26 27### height 28 29 30``` 31int32_t Rect::height 32``` 33 34**描述:** 35 36矩形的高。 37 38 39### width 40 41 42``` 43int32_t Rect::width 44``` 45 46**描述:** 47 48矩形的宽。 49