Changes

Jump to: navigation, search

Using Bitmaps for Persistent Graphics in C Sharp

3 bytes added, 22:39, 29 January 2008
Changing the background Color a Bitmap
[[Image:c_sharp_bitmap_image.jpg|Graphics Rendered using a Bitmap]]
== Changing the background Background Color of a Bitmap ==
If you followed the tutorial you will now have a plum color circle drawn on a black background. The background is black because this the default for a new Bitmap object and we made not attempt change the color after we created the Graphics Object. Had we wanted a different background color we could have called the ''Clear()'' method of the graphics object, passing in a new color:

Navigation menu