MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leRectArray_PushFront Function
MPLAB® Harmony Graphics Suite
leRectArray_PushFront Function
C
LIB_EXPORT leResult leRectArray_PushFront(
    leRectArray* arr, 
    const leRect* rect
);
Parameters
Parameters 
Description 
leRectArray* arr 
pointer to the array to modify 
const leRect* rect 
the rectangle value 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite