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>void pascal setrect(lprect prect, int x1, int y1, int x2, int y2)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VOID PASCAL SetRect(LPRECT pRect, INT x1, INT y1, INT x2, INT y2)

  This functions sets the coordinates of a rectangle.

Parameters
  pRect is a pointer to a rectangle whose coordinates we will set.
  x1 and y1 are the column/row coordinates of the upper left corner.
  x2 and y2 are the column/row coordinates of the lower right corner.

Returns
  Nothing.

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