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

laResult - the operation result

MPLAB® Harmony Graphics Suite