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>bool pascal equalrect(lprect prect1, lprect prect2)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BOOL PASCAL EqualRect(LPRECT pRect1, LPRECT pRect2)

  This functions compares two rectangles in order to determine if they
are equal. Two rectangles are equal if each of their four coordinates
are equal.

Parameters
  pRect1 and pRect2 are pointer to the rectangles to compare.

Returns
  TRUE if the rectangles are equal, FALSE if not.

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