MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Rect GFX_RectFromPoints( const GFX_Point* p1, const GFX_Point* p2 );
Parameters |
Description |
const GFX_Point* p1 |
the first point |
const GFX_Point* p2 |
the second point |
MPLAB® Harmony Graphics Suite
|