CreateCompatibleBitmap( ) errata

new topic     » topic index » view thread      » older message » newer message

hBitmap=CreateCompatibleBitmap(memdc,x,y)
    creates a monotome bitmap, while

hBitmap=CreateCompatibleBitmap(hdc,x,y)
    creates a color bitmap.

The reason for the speed up was apparently
because the monotone bitmap 
uses less memory.

Sorry for the confusion.

--Al

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu