MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineWidget_GetEndPoint Function
MPLAB® Harmony Graphics Suite
laLineWidget_GetEndPoint Function
C
LIB_EXPORT laResult laLineWidget_GetEndPoint(
    laLineWidget* line, 
    int32_t* x, 
    int32_t* y
);
Parameters
Parameters 
Description 
laLineWidget* line 
the widget 
int32_t* x 
pointer to an int to store the x coordinate 
int32_t* y 
pointer to tan int to store the y coordinate 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite