Hi,
This may be a dumb question, but what's the difference between:
system.drawing.image
and
system.drawing.bitmap
Thanks!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Aug 14, 2008, 11:40 AM
Image is just an abstract base class from which both Bitmap and Metafile are derived.