OffsetViewportOrgEx
A version of this page is also available for
4/8/2010
This function modifies the viewport origin for a device context using the specified horizontal and vertical offsets.
Syntax
OffsetViewportOrgEx(
HDC hdc,
int nXOffset,
int nYOffset,
LPPOINT lpPoint
);
Parameters
- hdc
[in] Handle to the device context.
- nXOffset
[in] Specifies the horizontal offset, in device units.
- nYOffset
[in] Specifies the vertical offset, in device units.
- lpPoint
[out] Pointer to a POINT structure. The previous viewport origin, in device units, is placed in this structure. If lpPoint is NULL, the previous viewport origin is not returned.
Return Value
A nonzero value indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Remarks
Requirements
Header | windows.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |