FabGL
ESP32 Display Controller and Graphics Library
|
Represents a rectangle. More...
#include <fabutils.h>
Public Attributes | |
int16_t | X1 |
int16_t | X2 |
int16_t | Y1 |
int16_t | Y2 |
Represents a rectangle.
Top and Left coordinates start from 0.
Definition at line 248 of file fabutils.h.