# IRect - [Overview](#section2000418177165631) - [Summary](#section1195291148165631) - [Data Fields](#pub-attribs) - [Details](#section1959468409165631) - [Field](#section1732485564165631) - [h](#a9136e1215b014e23afd9a53c677ecb0f) - [w](#adf90bb2458e61fbd10ebc758c4d1bc76) - [x](#ab6d24c10b73ac72c256423219cf8c08a) - [y](#a08450275ada21813d3f3b073276ff5a7) ## **Overview** **Related Modules:** [Display](Display.md) **Description:** Defines the coordinates of the upper left corner of a rectangle as well as its width and height to describe a rectangular area for an image. ## **Summary** ## Data Fields

Variable Name

Description

x

int32_t

y

int32_t

w

int32_t

h

int32_t

## **Details** ## **Field ** ## h ``` int32_t IRect::h ``` **Description:** Height of the rectangle ## w ``` int32_t IRect::w ``` **Description:** Width of the rectangle ## x ``` int32_t IRect::x ``` **Description:** Start X-axis coordinate of the rectangle ## y ``` int32_t IRect::y ``` **Description:** Start Y-axis coordinate of the rectangle