MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArcWidget_SetCenterAngle Function
MPLAB® Harmony Graphics Suite
laArcWidget_SetCenterAngle Function
C
LIB_EXPORT laResult laArcWidget_SetCenterAngle(
    laArcWidget* arc, 
    int32_t angle
);
Parameters
Parameters 
Description 
laArcWidget* arc 
the widget 
int32_t angle 
the desired center angle value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite