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

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

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

laResult - result of the operation

MPLAB® Harmony Graphics Suite