MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leRectArray_Create Function
MPLAB® Harmony Graphics Suite
leRectArray_Create Function
C
LIB_EXPORT leResult leRectArray_Create(
    leRectArray* arr
);
Parameters
Parameters 
Description 
leRectArray* arr 
pointer to the array to initilaize 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite