PDA

Click to See Complete Forum and Search --> : Setbitmapbits & Getbitmapbits


Sastraxi
Feb 6th, 2001, 03:08 PM
I need a quick tutorial on how to use SetBitmapBits, GetBitmapBits, and GetObject to do the same functions as SetPixelV and GetPixel.

My code for GetPixel & SetPixelV:



a=GetPixel(myHDC,1,1)
SetPixelV myHDC2,1,1,a



How would I do the equivelant?

Cheers,
Sastraxi

Sastraxi
Feb 7th, 2001, 07:21 PM
Please??

Could anybody help me (YoungBuck, you said you could do this...)