MPLAB® Harmony Graphics Suite
|
Structure: laLineWidget_t
A line widget draws a simple line shape within the confines of its bounding rectangle. All coordinates are expressed in local widget space.
The color of the line is determined by the widget scheme's 'foreground' color.
Members |
Description |
laWidget widget; |
widget base class |
int32_t x1; |
point 1 x |
int32_t y1; |
point 1 y |
int32_t x2; |
point 2 x |
int32_t y2; |
point 2 y |
None.
MPLAB® Harmony Graphics Suite
|