MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_UtilOrientPoint Function
MPLAB® Harmony Graphics Suite
GFX_UtilOrientPoint Function
C
GFX_Point GFX_UtilOrientPoint(
    const GFX_Point* point, 
    const GFX_Rect* rect, 
    GFX_Orientation ori
);
Parameters
Parameters 
Description 
const GFX_Point* point 
the point to reorient 
const GFX_Rect* rect 
the bounding rectangle space 
the orientation setting 
Returns
MPLAB® Harmony Graphics Suite