MPLAB® Harmony Graphics Suite
|
Structure: laArcWidget_t
A arc widget draws a arc of the specified origin and radius inside the widget bounds. All coordinates are expressed in local widget space.
The color of the arc is determined by the widget scheme's 'foreground' color.
Members |
Description |
laWidget widget; |
base widget header |
uint32_t radius; |
the radius of the arc |
uint32_t startAngle; |
the start angle of the arc |
int32_t centerAngle; |
the center angle of the arc |
uint32_t endAngle; |
the end angle of the arc |
uint32_t thickness; |
the thickness of the arc |
laBool roundEdge; |
draws round edge if true. |
None.
MPLAB® Harmony Graphics Suite
|