Whole document tree
    

Whole document tree

META_SETSTRETCHBLTMODE

NAME

META_SETSTRETCHBLTMODE

NEAREST API CALL

#include <windows.h>
int SetStretchBltMode(
	HDC hdc,
	INT StretchMode
	);

DESCRIPTION

U16 Value
0 StretchMode
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