MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laResult laCircularGaugeWidget_AddAngularArc( laCircularGaugeWidget* gauge, int32_t startAngle, int32_t endAngle, uint32_t radius, uint32_t thickness, laScheme* scheme );
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 |
MPLAB® Harmony Graphics Suite
|