| |
|
|
 | MSDN: bitBlt: [...]  CompileMarkSeparation
nProc drawhPic(long hPic,dc,x,y,xx,yy,dwROP){
long hDCBits=createCompatibleDC(hDC)
selectObject(hDCBits, hPic)
bitBlt(dc,x,y,xx,yy,hDCBits,0,0,dwROP)
deleteDC(hDCBits)
t>
|
|
|
| |
|
|
|
 Nico Madysa | draw the image with the lever hPic into Device Context dc on The place x,y. dwROP are The commonly ? Happen? for BitBlt. |
|
|
| |
|
|