MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImageWidget_SetImage Function
MPLAB® Harmony Graphics Suite
laImageWidget_SetImage Function
C
LIB_EXPORT laResult laImageWidget_SetImage(
    laImageWidget* img, 
    GFXU_ImageAsset* imgAst
);
Parameters
Parameters 
Description 
llaImageWidget* img 
the widget 
GFXU_ImageAsset* imgAst 
the image asset pointer 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite