NAME
META_OFFSETVIEWPORTORG
NEAREST API CALL
#include <windows.h>
BOOL32 OffsetViewportOrgEx
(
	HDC32 hdc,
	INT32 x,
	INT32 y,
	LPPOINT32 pt
);
DESCRIPTION
| U16 | Value | 
| 0 | y diff | 
| 1 | x diff | 
OffsetViewportOrg adds the arguments to the physical window origin, see this file for
explanation.
back