MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laCircleWidget_SetOrigin( laCircleWidget* cir, int32_t x, int32_t y );
Parameters |
Description |
laCircleWidget* cir |
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
|