MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leUtils_RectToParentSpace Function
MPLAB® Harmony Graphics Suite
leUtils_RectToParentSpace Function
C
void leUtils_RectToParentSpace(
    const leWidget* widget, 
    leRect* rect
);
Parameters
Parameters 
Description 
leWidget* widget 
the subject widget 
leRect* rect 
the rectangle to convert 
Returns

void

MPLAB® Harmony Graphics Suite