ESP32VGA
ESP32 VGA Controller and Graphics Library
Public Attributes | List of all members
ESP32VGA::Rect_t Struct Reference

Represents a rectangle. More...

#include <VGAController.h>

Public Attributes

int16_t X1
 
int16_t Y1
 
int16_t X2
 
int16_t Y2
 

Detailed Description

Represents a rectangle.

Top and Left coordinates start from 0.

Member Data Documentation

◆ X1

int16_t ESP32VGA::Rect_t::X1

Horizontal top-left coordinate.

◆ X2

int16_t ESP32VGA::Rect_t::X2

Horizontal bottom-right coordinate

◆ Y1

int16_t ESP32VGA::Rect_t::Y1

Vertical top-left coordinate.

◆ Y2

int16_t ESP32VGA::Rect_t::Y2

Vertical bottom-right coordinate


The documentation for this struct was generated from the following file: