MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRectArray_Resize Function
MPLAB® Harmony Graphics Suite
laRectArray_Resize Function
C
LIB_EXPORT laResult laRectArray_Resize(
    laRectArray* arr, 
    uint32_t sz
);
Parameters
Parameters 
Description 
laRectArray* arr 
pointer to the array to resize 
uint32_t sz 
the desired capacity 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite