感谢!!!

解决方案 »

  1.   

    BOOL StretchBlt(
      HDC hdcDest,      // handle to destination device context
      int nXOriginDest, // x-coordinate of upper-left corner of dest. rectangle
      int nYOriginDest, // y-coordinate of upper-left corner of dest. rectangle
      int nWidthDest,   // width of destination rectangle
      int nHeightDest,  // height of destination rectangle
      HDC hdcSrc,       // handle to source device context
      int nXOriginSrc,  // x-coordinate of upper-left corner of source rectangle
      int nYOriginSrc,  // y-coordinate of upper-left corner of source rectangle
      int nWidthSrc,    // width of source rectangle
      int nHeightSrc,   // height of source rectangle
      DWORD dwRop       // raster operation code
    );