Expand Minimize
This topic has not yet been rated - Rate this topic

OffsetRect

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This function moves the specified rectangle by the specified offsets.


BOOL OffsetRect(
  LPRECT lprc, 
  int dx, 
  int dy
);
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.

Nonzero indicates success.

Zero indicates failure.

To get extended error information, call GetLastError.

Headerwinuser.h
LibraryRectapi.lib
Windows Embedded CEWindows CE 1.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.