MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArcWidget_SetRoundEdge Function
MPLAB® Harmony Graphics Suite
laArcWidget_SetRoundEdge Function
C
LIB_EXPORT laResult laArcWidget_SetRoundEdge(
    laArcWidget* arc, 
    laBool round
);
Parameters
Parameters 
Description 
laArcWidget* arc 
the widget 
laBool round 
sets the arc edge round if LA_TRUE 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite