NAME

META_SETVIEWPORTORG

NEAREST API CALL

#include <windows.h>
BOOL32 SetViewportOrgEx
(
	HDC32 hdc,
	INT32 x,
	INT32 y,
	LPPOINT32 pt
);

DESCRIPTION

U16 Value
0 y
1 x
SetViewportOrg sets the phyisical window origin to these values, see this file for explanation.

back