Inesoft PrintCE SDK EVC++
PDC_BitBlt

Transfers pixels from a specified source rectangle to a specified destination rectangle, altering the pixels according to the selected raster operation (ROP) code.

BOOL PDC_BitBlt(
    HDC
hdcDest,
    int
nXDest,
    int
nYDest,
    int
nWidth,
    int
nHeight,
    HDC
hdcSrc,
    int
nXSrc,
    int
nYSrc,
    DWORD
dwRop
);

Note: See eVC documentation on BitBlt function for full details.


© 2009 Inesoft. All rights reserved.