MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void leRectToPoints( const leRect* rect, lePoint* p1, lePoint* p2 );
Parameters |
Description |
const leRect* rect |
the rectangle |
lePoint* p1 |
the point of upper left vertex |
lePoint* p2 |
the point of the lower right vertex |
leRect
MPLAB® Harmony Graphics Suite
|