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