MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laCircleWidget_GetOrigin( laCircleWidget* cir, int32_t* x, int32_t* y );
Parameters |
Description |
laCircleWidget* cir |
the widget |
int32_t* x |
pointer to an integer pointer to store x |
int32_t* y |
pointer to an integer pointer to store y |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|