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

GFXU_ImageAsset* - the pressed asset pointer

MPLAB® Harmony Graphics Suite