Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function moves the specified rectangle by the specified offsets.
BOOLOffsetRect(LPRECTlprc, intdx, intdy);
Parameters
lprc
Long pointer to a RECT structure that contains the logical coordinates of the rectangle to be moved.dx
Specifies the amount to move the rectangle left or right.This parameter must be a negative value to move the rectangle to the left.
dy
Specifies the amount to move the rectangle up or down.This parameter must be a negative value to move the rectangle up.
Return Values
Nonzero indicates success.
Zero indicates failure.
To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Rectapi.lib.
See Also
InflateRect | IntersectRect | UnionRect | RECT
Send Feedback on this topic to the authors