MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leRectArray_RemoveAt Function
MPLAB® Harmony Graphics Suite
leRectArray_RemoveAt Function
C
LIB_EXPORT leResult leRectArray_RemoveAt(
    leRectArray* arr, 
    uint32_t idx
);
Parameters
Parameters 
Description 
leRectArray* arr 
pointer to the array to modify 
uint32_t idx 
the index of the value to remove 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite