Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>patblt</b> create a bit pattern http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PatBlt               Create A Bit Pattern

BOOL PatBlt(hDC, X, Y, nWidth, nHeight, dwROP)
HDC hDC;
short X, Y; /* Upper left corner of rectangle to receive */
short nWidth;
short nHeight;
DWORD dwROP; /* Raster operation code */

Returns:    Non-zero if bit pattern is drawn.

Note:       ROP code must not refer to a source.


                    dwROP
                |-----------|
                | PATCOPY   |
                | PATINVERT |
                | DSTINVERT |
                | BLACKNESS |
                | WHITENESS |
                +-----------+

See Also: BitBlt StretchBlt ROP Binary ROP Ternary

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson