MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImageSequenceWidget_SetRepeat Function
MPLAB® Harmony Graphics Suite
laImageSequenceWidget_SetRepeat Function
C
LIB_EXPORT laResult laImageSequenceWidget_SetRepeat(
    laImageSequenceWidget* img, 
    laBool repeat
);
Parameters
Parameters 
Description 
laImageSequenceWidget* img 
the widget 
laBool repeat 
the desired repeat setting 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite