# Rect - [Overview](#section1412904234165635) - [Summary](#section759342653165635) - [Data Fields](#pub-attribs) - [Details](#section385037944165635) - [Field](#section1561413366165635) - [height](#a27dedef86b1b4b80875a7550ba86bf96) - [width](#aa564ffd1e8afed173a43f6fa3afb0fdf) ## **Overview** **Related Modules:** [Codec](Codec.md) **Description:** Defines a rectangle. ## **Summary** ## Data Fields

Variable Name

Description

width

int32_t

height

int32_t

## **Details** ## **Field ** ## height ``` int32_t Rect::height ``` **Description:** Height ## width ``` int32_t Rect::width ``` **Description:** Width