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