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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite