NAME
META_PATBLT
NEAREST API CALL
#include <windows.h>
BOOL32 PatBlt
(
HDC32 hdc,
INT32 left,
INT32 top,
INT32 width,
INT32 height,
DWORD rop
);
DESCRIPTION
| U16 | Value | 
| 0 | ROP | 
| 1 | 
| 2 | height | 
| 3 | width | 
| 4 | top | 
| 5 | left | 
PalBlt combines a pattern i.e the currently selected brush, with the destination,
which is defined by top,left,width and height.
The ROP defines how they should be combined. see rop
back