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

Returns the image scale width coefficient

C
LIB_EXPORT int32_t laImagePlusWidget_GetTransformWidth(
    laImagePlusWidget* img
);
Parameters
Parameters 
Description 
laImagePlusWidget* img 
the widget 
Returns

int32_t - the scale width coordinate value in pixels

MPLAB® Harmony Graphics Suite