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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite