# Rect ## **Overview** **Related Modules:** [Codec](Codec.md) **Description:** Defines a rectangle. ## **Summary** ## Data Fields

Variable Name

Description

width

int32_t 

height

int32_t 

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