What is Bitmap Class?
This class is what provides the specific methods for the proper use of loading and saving images as well as properly editing individual pixels. It is currently located within the System.Drawing namespace.
Within the System.Drawing namespace, using bitmap class allows for one to summarize the GDI+, Graphical Drive Interface. The GDI+ is what contains the pixel data for each graphic as well as its attributes.
When is the Bitmap Class Used?
In order for you to gain MCTS Certification, you need to properly understand when the bitmap class is used. It is known as the most common class that is used when a user is dealing with existing or even new images.
The C# Bitmap class can be used to display pictures, create pictures and save pictures. You can use the bitmap class within the .NET framework and thoroughly improve the user interface.
Key Exam Points
-
Be prepared to properly identify a bitmap class and/or object.
-
You should also be prepared to create as well as save a picture. You can create a specific Bitmap object; use the Graphics object to edit it, then in order to save the picture you can use the Bitmap.Save technique.
-
Take the practice test, Sample test/exam Q&A (with answers and solutions).
Related Terms
Graphics Class, Brush Class, Pen Class.
This article is based on the 2nd edition of the Microsoft .Net Framework Application Training Kit with the purpose to help 70-536 Exam takers to succeed. I constantly look for ways to improve the content. Please leave a comment about this article or drop me a message if you would like to see changes for this site.





