MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImageWidget_GetImage Function
MPLAB® Harmony Graphics Suite
laImageWidget_GetImage Function
C
LIB_EXPORT GFXU_ImageAsset* laImageWidget_GetImage(
    laImageWidget* img
);
Parameters
Parameters 
Description 
laImageWidget* img 
the widget 
Returns

GFXU_ImageAsset* - the image asset pointer

MPLAB® Harmony Graphics Suite