MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_UtilPointToOrientedSpace Function
MPLAB® Harmony Graphics Suite
GFX_UtilPointToOrientedSpace Function
C
GFX_Point GFX_UtilPointToOrientedSpace(
    const GFX_Rect* outerRect, 
    const GFX_Rect* innerRect, 
    const GFX_Point* pnt, 
    GFX_Orientation ori, 
    GFX_Bool mirrored
);
Parameters
Parameters 
Description 
const GFX_Rect* outerRect 
the outer rectangle 
const GFX_Rect* subRect 
the inner rectangle 
const GFX_Point* point 
the point 
the orientation setting 
GFX_Bool 
the mirroring setting 
Returns
MPLAB® Harmony Graphics Suite