OffsetRgn (Windows CE 5.0)

Send Feedback

This function moves a region by the specified offsets.

intOffsetRgn(HRGNhrgn, intnXOffset, intnYOffset);

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 Values

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

OS Versions: Windows CE 1.0 and later.
Header: Windows.h.
Link Library: Coredll.lib.

See Also

GDI Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.