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

Angular arcs are drawn inside the gauge from the same origin/center but are not bound by the start/end angle/value of the gauge.

C
LIB_EXPORT laResult laCircularGaugeWidget_AddAngularArc(
    laCircularGaugeWidget* gauge, 
    int32_t startAngle, 
    int32_t endAngle, 
    uint32_t radius, 
    uint32_t thickness, 
    laScheme* scheme
);
Parameters
Parameters 
Description 
laCircularGaugeWidget* gauge 
the widget 
int32_t startAngle 
the start angle of the arc (relative to gauge starting angle) 
int32_t endAngle 
the end angle of the arc (relative to gauge starting angle) 
uint32_t radius 
the radius of the arc 
uint32_t thickness 
the fill thickness of the arc 
laScheme* scheme 
scheme used for drawing the arc 
Returns
MPLAB® Harmony Graphics Suite