MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leRectArray_Copy Function
MPLAB® Harmony Graphics Suite
leRectArray_Copy Function
C
LIB_EXPORT leResult leRectArray_Copy(
    leRectArray* src, 
    leRectArray* dest
);
Parameters
Parameters 
Description 
leRectArray* src 
the source array 
leRectArray* dest 
the result array 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite