[<<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.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson