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

Returns the boolean value of the 'stretch to fit' property. This flag will cause the image to be stretched to fill the space of the container widget. Widget margins are still considered.

C
LIB_EXPORT laBool laImagePlusWidget_GetStretchEnabled(
    laImagePlusWidget* img
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laBool - the value of the resize flag

MPLAB® Harmony Graphics Suite