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

Sets the image transform y coefficient

C
LIB_EXPORT laResult laImagePlusWidget_SetTransformY(
    laImagePlusWidget* img, 
    int32_t y
);
Parameters
Parameters 
Description 
laImagePlusWidget* img 
the widget 
int32_t y 
the desired y value 
Returns

laResult - result of the operation

MPLAB® Harmony Graphics Suite