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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite