CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    103

    What is the difference...

    Between an Image and a Bitmap?

    I've seen in the ImageList class that they are casted between one another...

  2. #2
    Join Date
    Sep 2007
    Posts
    82

    Re: What is the difference...

    It looks like bitmap uses Image() as its base class.
    I would think that bitmap is a more complex class that has actual pixel data.

    Image:

    http://msdn2.microsoft.com/en-us/lib...ols.image.aspx

    Bitmap:

    http://msdn2.microsoft.com/en-us/lib...ng.bitmap.aspx

    That should explain the difference between the two.

    -zd

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