MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImagePlusWidget_SetStretchEnabled Function
MPLAB® Harmony Graphics Suite
laImagePlusWidget_SetStretchEnabled Function

Sets the boolean value of the stretch property

C
LIB_EXPORT laResult laImagePlusWidget_SetStretchEnabled(
    laImagePlusWidget* img, 
    laBool enable
);
Parameters
Parameters 
Description 
laImagePlusWidget* img 
the widget 
the desired flag value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite