NAME
META_DIBSTRETCHBLT
NEAREST API CALL
#include <windows.h>
BOOL32 StretchBlt
(
	HDC32 hdcDst,
	INT32 xDst,
	INT32 yDst,
	INT32 widthDst,
	INT32 heightDst,
	HDC32 hdcSrc,
	INT32 xSrc,
	INT32 ySrc,
	INT32 widthSrc,
	INT32 heightSrc,
	DWORD rop
);
DESCRIPTION
U16 Value 0 rop 1 2 ySrc 3 xSrc 4 src height 5 src width 6 dest height 7 dest width 8 yDest 9 xDest 10 until the end the full dib DibStretchBlt stretches a dib of src height and src width (from location
ySrc and xSrc ?) to the destination x and y, with the dest width and height,
transformed by the rop.
support.htmlback 