MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineWidget_SetStartPoint Function
MPLAB® Harmony Graphics Suite
laLineWidget_SetStartPoint Function
C
LIB_EXPORT laResult laLineWidget_SetStartPoint(
    laLineWidget* line, 
    int32_t x, 
    int32_t y
);
Parameters
Parameters 
Description 
laLineWidget* line 
the widget 
int32_t x 
the x coordinate value 
int32_t y 
the y coordinate value 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite