MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leRectToPoints Function
MPLAB® Harmony Graphics Suite
leRectToPoints Function
C
LIB_EXPORT void leRectToPoints(
    const leRect* rect, 
    lePoint* p1, 
    lePoint* p2
);
Parameters
Parameters 
Description 
const leRect* rect 
the rectangle 
lePoint* p1 
the point of upper left vertex 
lePoint* p2 
the point of the lower right vertex 
Returns

leRect

MPLAB® Harmony Graphics Suite