MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_RectToPoints Function
MPLAB® Harmony Graphics Suite
GFX_RectToPoints Function
C
LIB_EXPORT void GFX_RectToPoints(
    const GFX_Rect* rect, 
    GFX_Point* p1, 
    GFX_Point* p2
);
Parameters
Parameters 
Description 
const GFX_Rect* rect 
the rectangle 
GFX_Point* p1 
the point of upper left vertex 
GFX_Point* p2 
the point of the lower right vertex 
Returns
MPLAB® Harmony Graphics Suite