OffsetViewportOrgEx (Compact 2013)
3/28/2014
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.
Requirements
Header |
windows.h |
Library |
coredll.lib |