MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laButtonWidget_GetReleasedImage Function
MPLAB® Harmony Graphics Suite
laButtonWidget_GetReleasedImage Function
C
LIB_EXPORT GFXU_ImageAsset* laButtonWidget_GetReleasedImage(
    laButtonWidget* btn
);
Parameters
Parameters 
Description 
laButtonWidget* btn 
the button to reference 
Returns

GFXU_ImageAsset* - the released asset pointer

MPLAB® Harmony Graphics Suite