CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Dibs

  1. #1
    Join Date
    Apr 1999
    Posts
    10

    Dibs

    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...

  2. #2
    Guest

    Re: Dibs

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured