MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leRectFromPoints Function
MPLAB® Harmony Graphics Suite
leRectFromPoints Function
C
LIB_EXPORT leRect leRectFromPoints(
    const lePoint* p1, 
    const lePoint* p2
);
Parameters
Parameters 
Description 
const lePoint* p1 
the first point 
const lePoint* p2 
the second point 
Returns

leRect

MPLAB® Harmony Graphics Suite