MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laBool laImagePlusWidget_GetStretchEnabled( laImagePlusWidget* img );
Parameters |
Description |
laWidget* wgt |
the widget |
laBool - the value of the resize flag
MPLAB® Harmony Graphics Suite
|