MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leBool leRectContainsPoint( const leRect* rect, const lePoint* point );
Parameters |
Description |
const leRect* rect |
the rectangle to test |
const lePoint* point |
the point to use for the test |
leBool - LE_TRUE if the point is inside the rectangle
MPLAB® Harmony Graphics Suite
|