Photon microGUI widgets library 0.6.0
|
#include <PhWidgetsNativeTypes.h>
Position and dimensions of a rectangular area.
The PhArea_t structure describes the position and dimensions of a rectangular area. It's used extensively by the PhWidgets::Widget. This structure contains at least the following members:
PhPoint_t pos Upper-left corner of the area.
PhDim_t size Size of the area.