| 
    MiniGUI API Reference (MiniGUI-Standalone)
    v4.0.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 929 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 933 of file common.h.
Referenced by PtInRect().
 1.8.13