MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImageSequenceWidget_SetImageHAlignment Function
MPLAB® Harmony Graphics Suite
laImageSequenceWidget_SetImageHAlignment Function
C
LIB_EXPORT laResult laImageSequenceWidget_SetImageHAlignment(
    laImageSequenceWidget* img, 
    uint32_t idx, 
    laHAlignment align
);
Parameters
Parameters 
Description 
laImageSequenceWidget* img 
the widget 
uint32_t idx 
the index 
laHAlignment align 
the halign value 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite