MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leRectArray_RemoveOverlapping Function
MPLAB® Harmony Graphics Suite
leRectArray_RemoveOverlapping Function
C
LIB_EXPORT leResult leRectArray_RemoveOverlapping(
    leRectArray* arr
);
Parameters
Parameters 
Description 
leRectArray* arr 
the array to modify 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite