Inesoft PrintCE SDK EVC++
PDC_StretchBlt

Copies a bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary.

BOOL PDC_StretchBlt(
    HDC
hdcDest,
    int
nXOriginDest,
    int
nYOriginDest,
    int
nWidthDest,
    int
nHeightDest,
    HDC
hdcSrc,
    int
nXOriginSrc,
    int
nYOriginSrc,
    int
nWidthSrc,
    int
nHeightSrc,
    DWORD
dwRop
);

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


© 2009 Inesoft. All rights reserved.