MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <common.h>
Data Fields | |
int | left |
int | top |
int | right |
int | bottom |
A rectangle defined by coordinates of corners.
int bottom |
int left |
The x coordinate of the upper-left corner of the rectangle.
Definition at line 848 of file common.h.
Referenced by PtInRect().
int right |
int top |
The y coordinate of the upper-left corner of the rectangle.
Definition at line 852 of file common.h.
Referenced by PtInRect().