MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_RectFromPoints Function
MPLAB® Harmony Graphics Suite
GFX_RectFromPoints Function
C
LIB_EXPORT GFX_Rect GFX_RectFromPoints(
    const GFX_Point* p1, 
    const GFX_Point* p2
);
Parameters
Parameters 
Description 
const GFX_Point* p1 
the first point 
const GFX_Point* p2 
the second point 
Returns
MPLAB® Harmony Graphics Suite