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

Returns the widget rectangles upper left corner x-coordinate

C
LIB_EXPORT int32_t laWidget_GetX(
    laWidget* wgt
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
Returns
MPLAB® Harmony Graphics Suite