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

leResult - the result of the operation

MPLAB® Harmony Graphics Suite