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