|
-
April 15th, 2008, 02:35 PM
#1
What is the difference...
Between an Image and a Bitmap?
I've seen in the ImageList class that they are casted between one another...
-
April 15th, 2008, 02:47 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|