MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRectangleWidget_SetThickness Function
MPLAB® Harmony Graphics Suite
laRectangleWidget_SetThickness Function
C
LIB_EXPORT laResult laRectangleWidget_SetThickness(
    laRectangleWidget* rect, 
    int32_t thk
);
Parameters
Parameters 
Description 
laRectangleWidget* rect 
the widget 
int32_t thk 
the thickness setting 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite