[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
void pascal OffsetRect(LPRECT r, int x, int y)

  Moves the origin (the upper-left corner) of a rectangle by the
amount passed in the x-direction and y- direction.

Parameters
  r is a pointer to a RECT structure.
  x and y are the amounts to move the rectangle by on the x and y
   axises respectively.

Returns
  Nothing.

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