MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void GFX_RectClip( const GFX_Rect* l_rect, const GFX_Rect* r_rect, GFX_Rect* result );
Parameters |
Description |
const GFX_Rect* l_rect |
the subject rectangle |
const GFX_Rect* r_rect |
the object rectangle |
GFX_Rect* result |
the result rectangle |
void
result will equals l_rect if the rectangles aren't intersecting
MPLAB® Harmony Graphics Suite
|