| |
|
|
| MSDN: transparentBlt: [...] CompileMarkSeparation
nProc drawhPicTransparent(long hPic,dc,x,y,xx,yy,col){
long hDCBits=createCompatibleDC(hDC)
selectObject(hDCBits, hPic)
transparentBlt(dc,x,y,xx,yy,hDCBits,0,0,xx,yy,col)
deleteDC(hDCBits)
t>
|
|
|
| |
|
|
|
Nico Madysa | draw the image with the lever hPic into Device Context dc on The place x,y with col as transparenter colour. |
|
|
| |
|
|