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