pDC->SetStretchBltMode(COLORONCOLOR);
pDC->StretchBlt(0, 0, 1500, 20, &memoryDC, 0, 0, bm.bmWidth, bm.bmHeight, SRCCOPY);
pDC->SetStretchBltMode(COLORONCOLOR);
pDC->StretchBlt(0, 0, 1500, 20, &memoryDC, 0, 0, bm.bmWidth, bm.bmHeight, SRCCOPY);
相关文章: