Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal rectcontainspoint(rect r, int row, int col)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal RectContainsPoint(RECT r, int row, int col)

  This function checks if the coordinates <row,col> are contained
within a rectangle.

Parameters
  r is the rectangle to test. Note that we pass the entire rectangle
   structure, not a pointer to it.
  row and col are the coordinates of a point to test.

Returns
  TRUE if the point is contained within the rectangle, FALSE if not.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson