MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laCircularSliderWidget_SetOrigin( laCircularSliderWidget* slider, int32_t x, int32_t y );
Parameters |
Description |
laCircularSliderWidget* slider |
the widget |
int32_t x |
the desired x origin coordinate |
int32_t y |
the desired y origin coordinate |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|