MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leUtils_ChildIntersectsParent Function
MPLAB® Harmony Graphics Suite
leUtils_ChildIntersectsParent Function
C
leBool leUtils_ChildIntersectsParent(
    const leWidget* parent, 
    const leWidget* child
);
Parameters
Parameters 
Description 
leWidget* parent 
the parent widget 
leWidget* child 
the child widget 
Returns

leBool - result of the intersection test

MPLAB® Harmony Graphics Suite