Does a raw dib in memory take up GDI resources?
Example: the CDib class available on this site..
Im talking about a true DIB not a DDB...
Regards
David
Please don't tell me it's impossible. That just means I have to proove it...
Printable View
Does a raw dib in memory take up GDI resources?
Example: the CDib class available on this site..
Im talking about a true DIB not a DDB...
Regards
David
Please don't tell me it's impossible. That just means I have to proove it...
Since the memory to store the DIB bits are usually allocated using GlobalAlloc,
the answer is no, GDI resources are not used. User memory is another story...
Regards,
Paul