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

Sets the image scale width coefficient. This value is in pixels not percentage

C
LIB_EXPORT laResult laImagePlusWidget_SetTransformWidth(
    laImagePlusWidget* img, 
    int32_t width
);
Parameters
Parameters 
Description 
laImagePlusWidget* img 
the widget 
int32_t width 
the desired width value, must be > 0 
Returns

laResult - result of the operation

MPLAB® Harmony Graphics Suite