MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRectArray_RemoveAt Function
MPLAB® Harmony Graphics Suite
laRectArray_RemoveAt Function
C
LIB_EXPORT laResult laRectArray_RemoveAt(
    laRectArray* arr, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laRectArray* arr 
pointer to the array to modify 
uint32_t idx 
the index of the value to remove 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite