MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laUtils_PointScreenToLocalSpace Function
MPLAB® Harmony Graphics Suite
laUtils_PointScreenToLocalSpace Function
C
void laUtils_PointScreenToLocalSpace(
    laWidget* widget, 
    GFX_Point* pnt
);
Parameters
Parameters 
Description 
laWidget* widget 
the subject widget 
GFX_Point* pnt 
the point to convert 
Returns

void

MPLAB® Harmony Graphics Suite