MPLAB® Harmony Graphics Suite
|
This function sets the theta (angle of rotation of the ellipse)
LIB_EXPORT laResult laRadialMenuWidget_SetTheta( laRadialMenuWidget* mn, int32_t theta );
Parameters |
Description |
laRadialMenuWidget* mn |
the widget |
int32_t theta |
angle in degrees of rotation relative to the y-axis of the ellipse |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|