MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laLineWidget_SetEndPoint( laLineWidget* line, int32_t x, int32_t y );
Parameters |
Description |
laLineWidget* line |
the widget |
int32_t x |
the x coordinate value |
int32_t y |
the y coordinate value |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|