Whole document tree NAMEMETA_SCALEVIEWPORTEXTNEAREST API CALL#include <windows.h> BOOL32 ScaleViewportExtEx ( HDC32 hdc, INT32 xNum, INT32 xDenom, INT32 yNum, INT32 yDenom, LPSIZE32 size ); DESCRIPTION
width = (width * xNum) / xDenom; height = (height * yNum) / yDenom;see this file for explanation. |