MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laRectangleWidget Structure
MPLAB® Harmony Graphics Suite
laRectangleWidget Structure

Enumeration: laRectangleWidget_t 

A rectangle widget draws a basic rectangle of a given thickness using the widget's bounding box as the dimensions.

C
typedef struct laRectangleWidget_t {
  laWidget widget;
  int32_t thickness;
} laRectangleWidget;
Members
Members 
Description 
laWidget widget; 
widget base class 
int32_t thickness; 
rectangle border thickness 
Remarks

None.

MPLAB® Harmony Graphics Suite