'Point in rectangle' function?

M

Mac

Hello,
is there a function which I could use t check whether a point's coords are
within boundaries of a specific shape, something ot the form 'bool
PointInRect(RECT r, POINT pt)?
 
Top