MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laUtils_ChildIntersectsParent Function
MPLAB® Harmony Graphics Suite
laUtils_ChildIntersectsParent Function
C
laBool laUtils_ChildIntersectsParent(
    laWidget* parent, 
    laWidget* child
);
Parameters
Parameters 
Description 
laWidget* parent 
the parent widget 
laWidget* child 
the child widget 
Returns

laBool - result of the intersection test

MPLAB® Harmony Graphics Suite