Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This function moves a region by the specified offsets.
Syntax
int OffsetRgn( HRGN hrgn, int nXOffset, int nYOffset ); |
Parameters
- hrgn
-
[in] Handle to the region to be moved.
- nXOffset
-
[in] Specifies the number of logical units to move left or right.
- nYOffset
-
[in] Specifies the number of logical units to move up or down.
Return Value
The return value specifies the new region's complexity.
NULLREGION indicates that the region is empty.
SIMPLEREGION indicates that the region is a single rectangle.
COMPLEXREGION indicates that the region is more than a single rectangle.
ERROR indicates that an error occurred; the current clipping region is unaffected.
Requirements
Header | windows.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |