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

laResult - the result of the operation

MPLAB® Harmony Graphics Suite