MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laDraw_LineBorder Function
MPLAB® Harmony Graphics Suite
laDraw_LineBorder Function
C
LIB_EXPORT void laDraw_LineBorder(
    GFX_Rect* rect, 
    GFX_Color color
);
Parameters
Parameters 
Description 
GFX_Rect* rect 
the rect to draw (screen space) 
GFX_Color color 
the color to draw 
MPLAB® Harmony Graphics Suite