Inesoft
PrintCE SDK EVC++ |
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.