Rect
Overview
The Rect module describes a rectangle on the display.
Since
8
Related Modules
Summary
Member Variables
Name | Description |
---|---|
x | Start X coordinate of the rectangle. |
y | Start Y coordinate of the rectangle. |
w | Width of the rectangle. |
h | Height of the rectangle. |
x
int32_t Rect::x
Description
Start X coordinate of the rectangle.
y
int32_t Rect::y
Description
Start Y coordinate of the rectangle.
w
uint32_t Rext::w
Description
Width of the rectangle.
h
uint32_t Rect::h
Description
Height of the rectangle.