MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRectArray_InsertAt Function
MPLAB® Harmony Graphics Suite
laRectArray_InsertAt Function
C
LIB_EXPORT laResult laRectArray_InsertAt(
    laRectArray* arr, 
    uint32_t idx, 
    const GFX_Rect* rect
);
Parameters
Parameters 
Description 
laRectArray* arr 
pointer to the array to modify 
uint32_t idx 
the position to insert the value 
const GFX_Rect* rect 
the rectangle value 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite