NAME
META_SETSTRETCHBLTMODE
NEAREST API CALL
#include <windows.h>
int SetStretchBltMode(
	HDC hdc,
	INT StretchMode
	);
DESCRIPTION
SetStretchBltMode sets how StretchBlt will handle adding and
removing lines from an original dib to fit it to a different requested
size. The possibilities are BLACKONWHITE,WHITEONBLACK,COLORONCOLOR,HALFTONE,
MAXSTRETCHBLTMODE.  
libwmf currently ignores this hint.
back