MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leUtils_PointToScreenSpace Function
MPLAB® Harmony Graphics Suite
leUtils_PointToScreenSpace Function
C
void leUtils_PointToScreenSpace(
    const leWidget* widget, 
    lePoint* pnt
);
Parameters
Parameters 
Description 
leWidget* widget 
the subject widget 
lePoint* pnt 
the point to convert 
Returns

void

MPLAB® Harmony Graphics Suite