MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laUtils_WidgetIsOccluded Function
MPLAB® Harmony Graphics Suite
laUtils_WidgetIsOccluded Function
C
laBool laUtils_WidgetIsOccluded(
    laWidget* wgt, 
    const GFX_Rect* rect
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget to test 
GFX_Rect * rect 
the occlusion area 
Returns

void

MPLAB® Harmony Graphics Suite