MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImageWidget_SetHAlignment Function
MPLAB® Harmony Graphics Suite
laImageWidget_SetHAlignment Function
C
LIB_EXPORT laResult laImageWidget_SetHAlignment(
    laImageWidget* img, 
    laHAlignment align
);
Parameters
Parameters 
Description 
laImageWidget* img 
the widget 
laHAlignment align 
the horizontal alignment value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite