jigen3
November 16th, 2003, 09:28 AM
hi,
i am trying to store the output of OnDraw()'s pDC into another CDC for quick redrawing. but when i try to store its output using
RedrawDC.BitBlt(0, 0, 2350, 1200, pDC, 0, 0, SRCCOPY);
i get basically a screen shot, with the origin at my windows client origin extending past my screen to blackness. also, when i scroll the window, the dc is compressed. how do i correctly copy on dc to another accurately? thx.
jigen3
i am trying to store the output of OnDraw()'s pDC into another CDC for quick redrawing. but when i try to store its output using
RedrawDC.BitBlt(0, 0, 2350, 1200, pDC, 0, 0, SRCCOPY);
i get basically a screen shot, with the origin at my windows client origin extending past my screen to blackness. also, when i scroll the window, the dc is compressed. how do i correctly copy on dc to another accurately? thx.
jigen3