Bitmap Vs Image
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Bitmap
is simply a concrete implementation of the abstractImage
class.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
-
The Bitmap class inherits from the Image class. The Image class provides methods for loading and saving vector images (metafiles) and raster images (bitmaps). The Bitmap class expands on the capabilities of the Image class by providing additional methods for creating and manipulating raster images. :->:->:->