Photon microGUI widgets library 0.6.0
|
#include <PhWidgetsNativeTypes.h>
Coordinates of a rectangle.
The PhRect_t structure describes the coordinates of a rectangle. It contains at least the following members:
PhPoint_t ul Upper-left corner.
PhPoint_t lr Lower-right corner.