MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_LayerPointToOrientedSpace Function
MPLAB® Harmony Graphics Suite
GFX_LayerPointToOrientedSpace Function
C
LIB_EXPORT GFX_Point GFX_LayerPointToOrientedSpace(
    const GFX_Layer* layer, 
    const GFX_Point* point, 
    GFX_Orientation ori, 
    GFX_Bool mirrored
);
Parameters
Parameters 
Description 
const GFX_Layer* layer 
the layer 
const GFX_Point* point 
the point to transform 
the orientation setting 
GFX_Bool 
the mirroring setting 
Returns
MPLAB® Harmony Graphics Suite