MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laLineWidget_GetEndPoint( laLineWidget* line, int32_t* x, int32_t* y );
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 |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|