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

Sets the image transform x coefficient

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

laResult - result of the operation

MPLAB® Harmony Graphics Suite