MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_LayerFromOrientedSpace Function
MPLAB® Harmony Graphics Suite
GFX_LayerFromOrientedSpace Function
C
void GFX_LayerFromOrientedSpace(
    GFX_Rect* displayRect, 
    GFX_Layer* layer, 
    GFX_Orientation ori, 
    GFX_Bool mirrored
);
Parameters
Parameters 
Description 
GFX_Rect* dispayRect 
the rectangle of the display 
GFX_Layert* layer 
the layer 
the orientation setting 
GFX_Bool 
the mirroring setting 
Returns

void

MPLAB® Harmony Graphics Suite