MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laUtils_ScreenToMirroredSpace Function
MPLAB® Harmony Graphics Suite
laUtils_ScreenToMirroredSpace Function
C
GFX_Point laUtils_ScreenToMirroredSpace(
    const GFX_Point* pnt, 
    const GFX_Rect* rect, 
    GFX_Orientation ori
);
Parameters
Parameters 
Description 
const GFX_Point* point 
the point to transform 
const GFX_Rect* rect 
the screen dimensionrectangle 
the orientation setting 
Returns
MPLAB® Harmony Graphics Suite