MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leRectArray_Resize Function
MPLAB® Harmony Graphics Suite
leRectArray_Resize Function
C
LIB_EXPORT leResult leRectArray_Resize(
    leRectArray* arr, 
    uint32_t sz
);
Parameters
Parameters 
Description 
leRectArray* arr 
pointer to the array to resize 
uint32_t sz 
the desired capacity 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite