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