MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laScreen_GetOrientation Function
MPLAB® Harmony Graphics Suite
laScreen_GetOrientation Function

Returns the orientation object associated with the specified screen

C
LIB_EXPORT laScreenOrientation laScreen_GetOrientation(
    laScreen* scr
);
Parameters
Parameters 
Description 
laScreen* scr 
the screen to reference 
Returns

laScreenOrientation - the screen orientation

MPLAB® Harmony Graphics Suite