MPLAB® Harmony Graphics Suite
|
LIB_EXPORT uint32_t GFX_RectSplit( const GFX_Rect* sub, const GFX_Rect* obj, GFX_Rect res[4] );
Parameters |
Description |
const GFX_Rect* sub |
the first rectangle |
const GFX_Rect* obj |
the second rectangle |
GFX_Rect res[4] |
the output rectangles |
uint32_t - the number of non-overlapping rectangles returned
MPLAB® Harmony Graphics Suite
|