MPLAB® Harmony Graphics Suite
|
Structure: laCircleWidget_t
A circle widget draws a circle of the specified origin and radius inside the widget bounds. All coordinates are expressed in local widget space.
The color of the circle is determined by the widget scheme's 'foreground' color.
Members |
Description |
laWidget widget; |
base widget header |
int32_t x; |
the origin x cooridnate |
int32_t y; |
the origin y coordinate |
int32_t radius; |
the radius of the circle |
int32_t thickness; |
the thickness of the circle outline |
laBool filled; |
fills the circle area |
None.
MPLAB® Harmony Graphics Suite
|