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

laResult - the operation result

MPLAB® Harmony Graphics Suite