MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRadialMenuWidget_SetTheta Function
MPLAB® Harmony Graphics Suite
laRadialMenuWidget_SetTheta Function

This function sets the theta (angle of rotation of the ellipse)

C
LIB_EXPORT laResult laRadialMenuWidget_SetTheta(
    laRadialMenuWidget* mn, 
    int32_t theta
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the widget 
int32_t theta 
angle in degrees of rotation relative to the y-axis of the ellipse 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite