GUIslice  0.16.0
Embedded GUI in C
gslc_tsRect Struct Reference

Rectangular region. Defines X,Y corner coordinates plus dimensions. More...

#include <GUIslice.h>

Data Fields

int16_t x
 X coordinate of corner. More...
 
int16_t y
 Y coordinate of corner. More...
 
uint16_t w
 Width of region. More...
 
uint16_t h
 Height of region. More...
 

Detailed Description

Rectangular region. Defines X,Y corner coordinates plus dimensions.


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