MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCircleWidget_GetOrigin Function
MPLAB® Harmony Graphics Suite
laCircleWidget_GetOrigin Function
C
LIB_EXPORT laResult laCircleWidget_GetOrigin(
    laCircleWidget* cir, 
    int32_t* x, 
    int32_t* y
);
Parameters
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 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite