FabGL
ESP32 VGA 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.
int16_t fabgl::Rect::X1 |
Horizontal top-left coordinate
int16_t fabgl::Rect::X2 |
Horizontal bottom-right coordinate
int16_t fabgl::Rect::Y1 |
Vertical top-left coordinate
int16_t fabgl::Rect::Y2 |
Vertical bottom-right coordinate