Between an Image and a Bitmap?
I've seen in the ImageList class that they are casted between one another...
Printable View
Between an Image and a Bitmap?
I've seen in the ImageList class that they are casted between one another...
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