MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Bool GFX_RectContainsPoint( const GFX_Rect* rect, const GFX_Point* point );
Parameters |
Description |
const GFX_Rect* rect |
the rectangle to test |
const GFX_Point* point |
the point to use for the test |
GFX_Bool - GFX_TRUE if the point is inside the rectangle
MPLAB® Harmony Graphics Suite
|