BitBlt - BitBlt32    (GDI32.10)
NAME
BitBlt - BitBlt32    (GDI32.10)
SYNOPSIS
#include <windows.h>
BOOL32 BitBlt
(
HDC32 hdcDst,
INT32 xDst,
INT32 yDst,
INT32 width,
INT32 height,
HDC32 hdcSrc,
INT32 xSrc,
INT32 ySrc,
DWORD rop
);
DESCRIPTION
BitBlt32    (GDI32.10).
SEE ALSO
PatBlt.html
PatBlt
,
StretchBlt.html
StretchBlt
,
MaskBlt.html
MaskBlt
,
PlgBlt.html
PlgBlt
support.html
back
